sucklessConfigs

configurations of the suckless.org software that I use
Log | Files | Refs

autostart.sh (400B)


      1 #! /bin/sh
      2 
      3 xset r rate 300 50
      4 # setxkbmap -option ctrl:nocaps
      5 setxkbmap -option caps:super
      6 setxkbmap -layout us,ru -option 'grp:win_space_toggle' &
      7 #picom &
      8 dunst &
      9 feh --bg-scale ~/.config/nix/home-manager/modules/VngWallpaper.png
     10 nm-applet &
     11 sh ~/.config/kensington-trackball-setup.sh &
     12 sh ./batteryNotification.sh &
     13 while true; do
     14 	sh /home/tdr/.config/suckless/dwm/scripts/bar.sh
     15 	sleep 1s
     16 done