From e528a8fc88b643d4cad4fad344a7e249e1b6153b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 29 May 2024 09:08:12 +0100 Subject: [PATCH] Change swaylock bind to Super+Alt+L Add Shift to wlogout bind --- programs/desktop/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/desktop/sway/default.nix b/programs/desktop/sway/default.nix index b7cefb4..ed19a7c 100644 --- a/programs/desktop/sway/default.nix +++ b/programs/desktop/sway/default.nix @@ -133,8 +133,8 @@ "XF86MonBrightnessDown" = "exec ${services.avizo.package}/bin/lightctl - 5"; # System utilities - "${modifier}+F1" = "exec swaylockfx"; - "${modifier}+p" = "exec ${programs.wlogout.package}/bin/wlogout"; + "Mod4+Mod1+l" = "exec swaylockfx"; + "${modifier}+Shift+p" = "exec ${programs.wlogout.package}/bin/wlogout"; "${modifier}+Shift+Return" = "exec ${programs.emacs.finalPackage}/bin/emacsclient -c"; }; };