From b60b133dfc5d217fc7ee24caf74a265322ab5e9a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 7 Jul 2023 23:03:21 +0300 Subject: [PATCH] \Revert "xorg.backlight" This reverts commit 9febdc406e163ec2993443b5dcae9c782137c06e. --- config/sxhkd/sxhkdrc | 11 +---------- hosts/sakotop/configuration.nix | 1 - modules/desktop/bspwm.nix | 1 - 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 62ef2d4a..bc0e8113 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -121,20 +121,11 @@ super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} # -## audio +## audio and backlight # - XF86AudioRaiseVolume pactl set-sink-volume 0 +5% XF86AudioLowerVolume pactl set-sink-volume 0 -5% XF86AudioMute pactl set-sink-mute 0 toggle - -# -## backlight -# - -XF86MonBrightness{Up,Down} - xbacklight -{inc,dec} 5 & - diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 1f8b64f0..3f8ac078 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -139,7 +139,6 @@ rofi kitty polybar - xorg.xbacklight steam winetricks wineWowPackages.staging diff --git a/modules/desktop/bspwm.nix b/modules/desktop/bspwm.nix index c827b02a..4f5e015c 100644 --- a/modules/desktop/bspwm.nix +++ b/modules/desktop/bspwm.nix @@ -25,7 +25,6 @@ in { (polybar.override { pulseSupport = true; }) - xorg.xbacklight ]; }; }