blob: 0c26e907b1e7502df1781dd98949289d34b87c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
setxkbmap -layout eu -option grp:caps_toggle &
xrandr --output HDMI-A-1 --mode 1920x1080 --rate 240 --primary &
xbanish &
thunderbird &
pipewire &
sh dotfiles/dwm_status.sh &
nitrogen --restore &
dunst &
devmon --exec-on-drive "notify-send 'Mounted %f to %d'" &
xrdb .Xresources &
exec dwm
|