From 4c4e029ba152683d81c2e866edbae9c9b15af44b Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 22 Jul 2024 00:57:46 -0400 Subject: [PATCH] feat: add fake fullscrenns --- hypr/conf/keybindings/custom.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr/conf/keybindings/custom.conf b/hypr/conf/keybindings/custom.conf index b56b639..8416416 100644 --- a/hypr/conf/keybindings/custom.conf +++ b/hypr/conf/keybindings/custom.conf @@ -14,6 +14,9 @@ bind = $mainMod SHIFT, E, exec, emote # Windows bind = $mainMod, Q, killactive bind = $mainMod, F, fullscreen +bind = $mainMod SHIFT, F, fullscreen, 1 +bind = $mainMod CTRL SHIFT, F, fullscreen, 2 +bind = $mainMod ALT, F, fakefullscreen bind = $mainMod, E, exec, ~/dotfiles/.settings/filemanager.sh bind = $mainMod, T, togglefloating bind = $mainMod SHIFT, T, exec, ~/dotfiles/hypr/scripts/toggleallfloat.sh