Update modules/workspace/i3/default.nix
This commit is contained in:
parent
d2b41ed158
commit
3f61d8793f
@ -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'';
|
||||
|
Loading…
Reference in New Issue
Block a user