commit | 88a88923c61490431c99135f5018128b628c2297 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jun 16 21:05:56 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Jun 16 21:05:56 2022 +0100 |
tree | c12599c652ad05bd5ac77896cd542162954ab502 | |
parent | 5d6fe4d0de04e9b2c7358c5ee3e91a6b89da816a [diff] |
bind the maximize command
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index 012d4a9..290d24f 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -93,6 +93,7 @@ "${modifier}+minus" = "exec ${./sway/show-menu.sh}"; "Print" = "exec grim - | tee ~/Screenshots/\"$(date --rfc-3339=seconds)\".png | wl-copy"; "${modifier}+Print" = "exec ${./sway/toggle-backlight.sh}"; + "${modifier}+f" = "maximize toggle"; }; keycodebindings = {}; left = "h";