We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862da70 commit ca78171Copy full SHA for ca78171
home/sway.nix
@@ -93,7 +93,7 @@
93
in
94
lib.mkOptionDefault {
95
"${modifier}+p" = "exec ${pkgs.swaylock}/bin/swaylock";
96
- "${modifier}+shift+p" = "exec ${pkgs.swaylock}/bin/swaylock & systemctl suspend";
+ "${modifier}+shift+p" = "output 'DP-1' toggle; output 'DP-3' toggle";
97
"${modifier}+shift+u" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
98
"XF86AudioPlay" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
99
"${modifier}+shift+y" = "exec ${pkgs.playerctl}/bin/playerctl previous";
0 commit comments