Files
roid/i3autostart
T

9 lines
260 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"
picom --backend xrender -b
feh --bg-fill ~/.config/i3/wallpaper.png &
dunst &
# fcitx5 -d
sleep 1
volumeicon &