diff options
author | sefidel <contact@sefidel.net> | 2024-09-04 01:13:50 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-09-04 20:46:56 +0900 |
commit | 27ce29df943c2835beb2c826e7cb962f7f43d389 (patch) | |
tree | 3cfdfbee70b2c91f6bce5fd7f4bca4f496d028d2 /home/profiles/gui/config/sway.nix | |
parent | 6e5b03280f189ee9657719106060bf8a64b97d57 (diff) | |
download | nixrc-27ce29df943c2835beb2c826e7cb962f7f43d389.tar.gz nixrc-27ce29df943c2835beb2c826e7cb962f7f43d389.zip |
feat(home/gui): sway: add bindings to centre floating window
Diffstat (limited to 'home/profiles/gui/config/sway.nix')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index 2b7e07c..ee3a60e 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -70,6 +70,7 @@ in # floating bindsym $mod+f floating toggle + bindsym $mod+Shift+f move position center # kill focused bindsym $mod+w kill |