Update modules/workspace/i3/default.nix

This commit is contained in:
Alexander Bantyev 2020-03-01 21:16:50 +03:00
parent d2b41ed158
commit 3f61d8793f
1 changed files with 2 additions and 1 deletions

View File

@ -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'';