diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-26 22:07:43 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-26 22:07:43 +0100 |
commit | 0b76d36b1b94d631616f165073b3284b277a74c6 (patch) | |
tree | bc3f1585c5be25f9745d7c3ffed58f8b746b3177 /config | |
parent | 6156f88867f5e4d13227de65f2aa930e81b76fea (diff) |
checkpoint
Diffstat (limited to 'config')
-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 { |