Skip to content

Commit ca78171

Browse files
committed
screen off toggle key
1 parent 862da70 commit ca78171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/sway.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
in
9494
lib.mkOptionDefault {
9595
"${modifier}+p" = "exec ${pkgs.swaylock}/bin/swaylock";
96-
"${modifier}+shift+p" = "exec ${pkgs.swaylock}/bin/swaylock & systemctl suspend";
96+
"${modifier}+shift+p" = "output 'DP-1' toggle; output 'DP-3' toggle";
9797
"${modifier}+shift+u" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
9898
"XF86AudioPlay" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
9999
"${modifier}+shift+y" = "exec ${pkgs.playerctl}/bin/playerctl previous";

0 commit comments

Comments
 (0)