aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-07-27 06:43:27 -0700
committerPinapelz <yukais@pinapelz.com>2026-07-27 06:43:27 -0700
commitcd90d905951114d4edb9720c5504c698b372b320 (patch)
treecc4cc81a0a05ebf446f0a79eb7e4673e194dd661
parentfaf25cdabe65291dd8b596e03cbb431cb2ad8f1f (diff)
fix fullscreen keybindingHEADmain
-rw-r--r--config/hypr/configs/Keybinds.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index caf3b4b1..8615c96e 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -46,10 +46,8 @@ bindd = $mainMod SHIFT, B, Set static Rainbow Border, exec, $UserScripts/Rainbow
bindd = $mainMod SHIFT, H, Toggle Mute/Unmute for Active-Window, exec, $scriptsDir/Toggle-Active-Window-Audio.sh
bindd = ALT SHIFT, S, Hyprshot Screen Capture, exec, $scriptsDir/hyprshot.sh -m region -o $HOME/Pictures/Screenshots
-bindd = $mainMod ,F , Fullscreen, fullscreen
-bindd = $mainMod SHIFT, F, Maximize window, fullscreen, 1
-bindd = $mainMod SHIFT, F, Fullscreen, fullscreen
-bindd = $mainMod, F, Maximize window, fullscreen, 1
+bindd = $mainMod SHIFT, F, Fullscreen, fullscreen, 1
+bindd = $mainMod, F, Maximize window, fullscreen
bindd = $mainMod, SPACE, Float current window, togglefloating,
bindd = $mainMod ALT, SPACE, Float all windows, exec, $scriptsDir/Float-all-Windows.sh
# NOTE: Dropterminal is currently certified only with kitty. Not all terminals behave correctly as a dropdown.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage