summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-03-23 09:37:03 +0000
committernoa@gaiwan.org2024-03-23 09:37:03 +0000
commit6c5ed5a82401801a364de2b230867920942144cd (patch)
tree1599b358035bfe7865a3b2c05a193ed6e4bb8f81
parent5d5248521e5feb259db2ad49b1f09dd7142992e7 (diff)
Add tray icons and ime functionality
-rwxr-xr-xxsession21
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