mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
dunst &
|
||
|
picom &
|
||
|
setxkbmap -layout us,sk -variant ,qwerty -option 'grp:lalt_lshift_toggle' -option ctrl:nocaps
|
||
|
|
||
|
export EXWM=1
|
||
|
exec emacs
|