mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 01:26:14 +01:00
9 lines
157 B
Bash
9 lines
157 B
Bash
#!/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
|