Update autorandr configuration

This commit is contained in:
Oliver Davies 2024-03-18 23:24:37 +00:00
parent 6963cceb17
commit a0b155ea8e
2 changed files with 25 additions and 18 deletions

View file

@ -40,7 +40,7 @@ in {
"${modifier}+Shift+l" = "move right";
"${modifier}+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui";
"${modifier}+Shift+p" = "exec ${pkgs.autorandr}/bin/autorandr --cycle";
"${modifier}+Shift+p" = "exec ${pkgs.autorandr}/bin/autorandr --change";
"${modifier}+Shift+y" = "exec ${pkgs.copyq}/bin/copyq toggle";
"XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume";