script-linux/xinitrc

15 lines
194 B
Plaintext
Raw Normal View History

2023-12-14 17:44:48 +01:00
# status bar
~/statusbar.sh &
# terminal alpha
xcompmgr -c &
2023-12-15 12:19:55 +01:00
# fr keyboard layout
setxkbmap -layout fr &
# wallpaper
feh --bg-scale ~/Downloads/wallpaper.jpg &
2023-12-14 17:44:48 +01:00
# dwm
exec /usr/local/bin/dwm