From fa7295af2946115b8ab00d1b640c1d6b4a376b43 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 20 Dec 2024 00:25:23 +0100 Subject: [PATCH] fix: set fullscreen to be really full screen --- modules/home/hyprland/config.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index eddf93e..2aed0e6 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -213,7 +213,7 @@ # keybindings "$mainMod, Return, exec, kitty" "$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, D, exec, bemenu-run -l 5 --ignorecase" "SUPER SHIFT, L, exec, hyprlock" @@ -373,6 +373,13 @@ }; extraConfig = " + # If desktop + # input:accel_profile=flat + + # input { + # force_no_accel = true + # } + monitor=,preferred,auto,auto # debug:disable_logs = false