diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0807607..1a162d9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -107,7 +107,7 @@ misc { disable_hyprland_logo = true enable_swallow = 1 swallow_regex = ^(footclient)$ - background_color = rgb(000000) + background_color = rgb(1E2326) disable_hyprland_qtutils_check=true } @@ -126,6 +126,7 @@ ecosystem { cursor { default_monitor = DP-3 + no_warps = 1 } input { |