diff options
| -rwxr-xr-x | xsession | 21 | 
1 files changed, 19 insertions, 2 deletions
| @@ -1,9 +1,26 @@ -xmodmap ~/.config/xmodmap  brightnessctl -d intel_backlight set 25% +# compositor +picom -b + +# dock apps  cbatticon &  pnmixer & -picom -b +nm-tray & +qlipper & + +# password manager +keepassxc & + +# ime +GTK_IM_MODULE=fcitx +QT_IM_MODULE=fcitx +XMODIFIERS=@im=fcitx +fcitx5 -d + +# put ctrl left of spacebar and caps to search key. +# this has to come after fcitx +xmodmap ~/.config/xmodmap  # exec startfluxbox  exec jwm -f ~/.config/jwmrc | 
