blob: c3008418e47e09edc772881b8d8646190488d6a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
|