feat(sway): temporary keybind workaround
This commit is contained in:
parent
63cb3e9ccb
commit
2b35bd9160
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ in {
|
|||
"${mod}+Shift+y" = "exec swaylock";
|
||||
"${mod}+d" = "exec ${pkgs.fuzzel}/bin/fuzzel";
|
||||
|
||||
"${mod}+p" = "exec ${pkgs.unstable.sway-contrib.grimshot}/bin/grimshot copy window";
|
||||
"${mod}+p" = "exec ${pkgs.unstable.sway-contrib.grimshot}/bin/grimshot copy area";
|
||||
"${mod}+Alt+p" = "exec ${pkgs.unstable.sway-contrib.grimshot}/bin/grimshot copy window";
|
||||
"${mod}+Shift+p" = "exec ${pkgs.unstable.sway-contrib.grimshot}/bin/grimshot copy output";
|
||||
|
||||
"${mod}+z" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 1%-";
|
||||
|
|
Loading…
Reference in a new issue