Files
roid/i3autostart
T

8 lines
234 B
Bash
Raw Normal View History

2026-06-02 17:42:56 +03:00
#!/bin/sh
setxkbmap -option "grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp" -layout "us,ua,ru" -variant "altgr-weur,phonetic,phonetic_mac"
2026-06-02 19:39:45 +03:00
feh --bg-center ~/.config/i3/wallpaper.png &
2026-06-02 17:42:56 +03:00
dunst &
# fcitx5 -d
sleep 1
volumeicon &