fix: set fullscreen to be really full screen

This commit is contained in:
Ahwx 2024-12-20 00:25:23 +01:00
parent 2faaa98f66
commit fa7295af29

View file

@ -213,7 +213,7 @@
# keybindings # keybindings
"$mainMod, Return, exec, kitty" "$mainMod, Return, exec, kitty"
"$mainMod, Q, killactive," "$mainMod, Q, killactive,"
"$mainMod, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar "$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar
"$mainMod, Space, togglefloating," "$mainMod, Space, togglefloating,"
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase" "$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
"SUPER SHIFT, L, exec, hyprlock" "SUPER SHIFT, L, exec, hyprlock"
@ -373,6 +373,13 @@
}; };
extraConfig = " extraConfig = "
# If desktop
# input:accel_profile=flat
# input {
# force_no_accel = true
# }
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
# debug:disable_logs = false # debug:disable_logs = false