libkookie: fix floating window toggle in i3

main
Katharina Fey 2 years ago
parent 20993c24b1
commit 5c1c1fdf9a
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 4
      infra/libkookie/modules/workstation/ui/i3/core/keys.nix

@ -12,8 +12,8 @@
"${modifier}+Shift+q" = "kill";
# Float current window
"${modifier}+Shift+Space" = "floating toggle";
"${modifier}+Space" = "focus toggle";
"${modifier}+Shift+space" = "floating toggle";
"${modifier}+space" = "focus toggle";
# Full-screen current window
"${modifier}+f" = "fullscreen";

Loading…
Cancel
Save