diff options
| author | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-08-18 11:49:22 -0400 |
|---|---|---|
| committer | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-08-18 11:49:22 -0400 |
| commit | b5a1edf6205cf0dc3cd3e53eb58fb9e55dc26408 (patch) | |
| tree | b33945e63609643253fdf159b06095715f73dca8 | |
| parent | c47fb739339332e3271ddbac6a3c6d7afc8ca936 (diff) | |
fixed fake fullscreen
| -rw-r--r-- | hypr/.config/hypr/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/.config/hypr/binds.conf b/hypr/.config/hypr/binds.conf index ea62c0b..0c08493 100644 --- a/hypr/.config/hypr/binds.conf +++ b/hypr/.config/hypr/binds.conf @@ -13,7 +13,7 @@ bind = $mainMod, P, exec, hyprpicker -a bind = $mainMod, L, exec, hyprlock bind = $mainMod, R, togglesplit, # dwindle bind = $mainMod, F, fullscreen -bind = $mainMod, G, fakefullscreen +bind = $mainMod, G, fullscreenstate, 0 3 bind = $mainMod, W, exec, cachy-browser bind = $mainMod, X, exec, nemo bind = $mainMod, backslash, exec, "${HOME}/.config/hypr/scripts/layout.sh" |
