dots/.xinitrc

16 lines
484 B
Plaintext
Raw Normal View History

2021-03-19 16:37:55 -04:00
#!/bin/sh
setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swapescape'
xset r rate 300 50
mon-on
picom --experimental-backends --backend glx &
2021-03-19 16:37:55 -04:00
xwallpaper --center .config/wall.png
2021-04-09 11:12:55 -04:00
wal --theme sexy-phrak1 -b 080808
conky
2021-04-09 11:12:55 -04:00
xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" &
2021-03-21 20:03:13 -04:00
xss-lock -- slock &
2021-04-05 10:58:29 -04:00
#dunst crashes X for some reason on my device so I put it in screen to prevent that
screen -dm dunst notifs
2021-03-19 16:37:55 -04:00
dwm