8 lines
234 B
Bash
Executable File
8 lines
234 B
Bash
Executable File
#!/bin/sh
|
|
setxkbmap -option "grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp" -layout "us,ua,ru" -variant "altgr-weur,phonetic,phonetic_mac"
|
|
feh --bg-center ~/.config/i3/wallpaper.png &
|
|
dunst &
|
|
# fcitx5 -d
|
|
sleep 1
|
|
volumeicon &
|