diff options
author | noa@gaiwan.org | 2024-03-23 09:37:03 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-03-23 09:37:03 +0000 |
commit | 6c5ed5a82401801a364de2b230867920942144cd (patch) | |
tree | 1599b358035bfe7865a3b2c05a193ed6e4bb8f81 | |
parent | 5d5248521e5feb259db2ad49b1f09dd7142992e7 (diff) |
Add tray icons and ime functionality
-rwxr-xr-x | xsession | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/xsession b/xsession index 5ff0783..c300841 100755 --- a/xsession +++ b/xsession @@ -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 |