From 8811b81187e540a9ced4753b8ab8d10040ac1730 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sat, 21 Sep 2024 00:25:32 +0200 Subject: [PATCH] polybar: Configure use-ui-max & reverse-scroll --- .config/polybar/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/polybar/config b/.config/polybar/config index 9c49e81..b5e0320 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -78,6 +78,13 @@ ramp-volume-0 = 奔 ramp-volume-1 = 墳 ramp-volume-2 =  +; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false +use-ui-max = false + +; Reverses the increment/decrement on scroll event. Set this to true if you are +; using natural scrolling option on your touchpad. +reverse-scroll = true + ;################################################# [module/xbacklight]