From 881f74cfc8afc2da5c97c04e590782e8b5ba3b0b Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 15 Jan 2021 01:17:32 +0100 Subject: [PATCH] Invert bar scroll direction --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 3b23b2c..1bb5c87 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -64,8 +64,8 @@ tray-detached = false wm-restack = bspwm ; wm-name = ${env:PANEL_NAME:polybar_panel} -scroll-up = bspwm-desknext -scroll-down = bspwm-deskprev +scroll-up = bspwm-deskprev +scroll-down = bspwm-desknext cursor-click = pointer ; cursor-scroll = ns-resize