suckless-desktop-configurator/.xinitrc

22 lines
323 B
Plaintext
Raw Normal View History

2025-03-25 20:26:28 +00:00
#!/bin/sh
exec >~/xinitrc.log 2>&1
set -x
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
setxkbmap -layout "us,ru" -option "grp:win_space_toggle"
xset r rate 250 30
xset b off
xset s off -dpms
flameshot &
picom &
dwm_random_bg.sh &
exec /usr/local/bin/dwm