From 3f61d8793f6966eec0198fdf62fdd34595e1f5b1 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 1 Mar 2020 21:16:50 +0300 Subject: [PATCH] Update modules/workspace/i3/default.nix --- modules/workspace/i3/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/workspace/i3/default.nix b/modules/workspace/i3/default.nix index d7cfbce..1eba9a8 100755 --- a/modules/workspace/i3/default.nix +++ b/modules/workspace/i3/default.nix @@ -165,8 +165,9 @@ in { "${modifier}+v" = "split v"; "${modifier}+F1" = "move to scratchpad"; "${modifier}+F2" = "scratchpad show"; - "${modifier}+F11" = "--locked exec 'swaylock -f -c ${builtins.substring 1 7 thm.bg}'; output * dpms off"; + "${modifier}+F11" = "output * dpms off"; "${modifier}+F12" = "output * dpms on"; + "${modifier}+End" = "swaylock -f -c ${builtins.substring 1 7 thm.bg}"; "${modifier}+p" = "sticky toggle"; "${modifier}+i" = script "0x0" ''wl-paste | curl -F"file=@-" https://0x0.st | wl-copy'';