6 lines
172 B
Bash
Executable file
6 lines
172 B
Bash
Executable file
#!/bin/bash
|
|
xsetroot -solid \#99aab0
|
|
xmodmap $HOME/.Xmodmap
|
|
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
|
alacritty -e tmux attach -t0 &
|
|
exec $HOME/bin/dwm
|