summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-04-24 10:21:39 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-04-24 10:21:39 -0400
commitc3d29f2e1206c1b9f038e3f8adf2325996b14d0a (patch)
treef260c5311b1d978ed593560e0f420c02052d4da7 /desktop
parentf6005ad2eb05ed4518fc8ac06c459f05576988a4 (diff)
add mouse button bindings
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/.xsession1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/.xsession b/desktop/.xsession
index 3ce18d4..8cb1315 100755
--- a/desktop/.xsession
+++ b/desktop/.xsession
@@ -29,6 +29,7 @@ xset -b
dzen2 -dock -x 0 -h 24 -e 'onstart=lower' -bg '#252526' -p &
conky | dzen2 -dock -geometry 800x24-950+0 -expand left -fn "WenQuanYi Micro Hei-16" -ta r -bg '#252526' -fg '#f4f4f4' &
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --height 24 --tint 0x252526 --alpha 0 &
+xbindkeys
[[ -f /etc/nixos/configuration.nix ]] || \
redshift -l 40:-70 -r -t 5500:3700 &