diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 12bab0b..f8f0137 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -8,7 +8,8 @@ $menu = rofi -show drun exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = pipewire & pipewire-pulse & wireplumber exec-once = start-portal -exec-once = hyprpaper & dunst +exec-once = hyprpaper +exec-once = dunst exec-once = hypridle exec-once = lxqt-policykit-agent exec-once = gpg-agent --daemon @@ -47,7 +48,7 @@ general { } decoration { - rounding = 3 + rounding = 0 active_opacity = 1.0 inactive_opacity = 1.0 @@ -199,5 +200,5 @@ layerrule = animation fadeIn, selection workspace = 1, monitor:DP-2 workspace = 2, monitor:DP-2 -workspace = 3, monitor:DP-3, border:false -workspace = 4, monitor:DP-3, border:false +workspace = 3, monitor:DP-3 +workspace = 4, monitor:DP-3 |