diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-05 19:49:12 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-05 19:49:12 +0100 |
commit | a7309ce61c093caeb554c20497f4e4b765073203 (patch) | |
tree | 6e7c9e559253f0f0584175c582624eec29a0d5cb /config/wayland | |
parent | 58bf86c706c5a442da4fb01ea26e06f1ed291d45 (diff) | |
parent | 112449dd19eaae6769ef95a70b3e52234256400c (diff) |
checkpoint
Diffstat (limited to 'config/wayland')
-rw-r--r-- | config/wayland/hypr/hyprland.conf | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/config/wayland/hypr/hyprland.conf b/config/wayland/hypr/hyprland.conf index e793642..7d3cd9e 100644 --- a/config/wayland/hypr/hyprland.conf +++ b/config/wayland/hypr/hyprland.conf @@ -1,6 +1,7 @@ -monitor=HDMI-A-4, 1920x1080, 0x0, 1 -monitor=VGA-1, 1920x1080, 1920x0, 1 -monitor=,preferred,auto,1 +monitor=HDMI-A-1, 1920x1080, 0x0, 1 +monitor = , preferred, auto, 1, mirror, DP-1 +# monitor=HDMI-A-4, 1920x1080, 0x0, 1 +# monitor=VGA-1, 1920x1080, 1920x0, 1 source = ./env.conf @@ -52,11 +53,6 @@ decoration { active_opacity = 1.00 inactive_opacity = 0.97 - - drop_shadow = no - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) } animations { |