fixed X-server conflict

This commit is contained in:
KaitoTLex 2025-06-03 21:50:23 -07:00
parent 511afa919a
commit 8ded4506da
No known key found for this signature in database
GPG key ID: 8AB934746F475D0B
9 changed files with 78 additions and 60 deletions

View file

@ -161,16 +161,16 @@
events = [ "key" ];
command = "pamixer -d 5";
}
{
keys = [ 237 ];
events = [ "key" ];
command = "brightnessctl -d asus::kbd_backlight set 1-";
}
{
keys = [ 238 ];
events = [ "key" ];
command = "brightnessctl -d asus::kbd_backlight set +1";
}
# {
# keys = [ 237 ];
# events = [ "key" ];
# command = "${pkgs.brightnessctl} -d asus::kbd_backlight set 1-";
# }
# {
# keys = [ 238 ];
# events = [ "key" ];
# command = "${pkgs.brightnessctl} -d asus::kbd_backlight set +1";
# }
#{ keys = [ ]; events = [ "key" ]; command = "brightnessctl -d amdgpu_bl2 set +10%"; }
#{ keys = [ ]; events = [ "key" ]; command = "brightnessctl -d amdgpu_bl2 set +10%"; }