diff options
author | awy <awy@awy.one> | 2025-01-26 23:12:12 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-26 23:12:12 +0300 |
commit | 686f0a7fc7ece7e4105f797493af8c14884b94ea (patch) | |
tree | b68a832123e0c86eedbc64d81f35e1aaedc0483f /.config/hypr | |
parent | 5e58ac193b4c7857ddf5c5c65fcb3426b45fd14b (diff) |
tidy
Diffstat (limited to '.config/hypr')
-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 |