fixed X-server conflict
This commit is contained in:
parent
511afa919a
commit
8ded4506da
9 changed files with 78 additions and 60 deletions
|
@ -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%"; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue