diff options
author | noa | 2024-09-07 08:03:52 +0000 |
---|---|---|
committer | noa | 2024-09-07 08:03:52 +0000 |
commit | b9a1cbafda2aaed36c8eca4f7b68aae583918561 (patch) | |
tree | 4a0ff7b1abcdfa8f0b94c44485e32d84cdffa1b5 /xsession | |
parent | 4d75f09ba0f3547ec451e2d3b72422d0822c0b6b (diff) |
Add configurations to fossil repo
Diffstat (limited to 'xsession')
-rwxr-xr-x | xsession | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/xsession b/xsession new file mode 100755 index 0000000..c300841 --- /dev/null +++ b/xsession @@ -0,0 +1,26 @@ +brightnessctl -d intel_backlight set 25% + +# compositor +picom -b + +# dock apps +cbatticon & +pnmixer & +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 |