From d5f7cd2a6eb2765d8389e490dc434999b70132f3 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 5 Jul 2025 11:15:44 +0200 Subject: [PATCH] hyperland: update config --- hypr/hyprland.conf | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 49ac85c..8bc0a87 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -15,7 +15,7 @@ $color_active_border = $color_border $color_inactive_border = $color_border # Set programs that you use -$terminal = ghostty +$terminal = alacritty $menu = wofi --show drun $run_prog = wofi --show run $screenshot = grim -g "$(slurp)" - | wl-copy @@ -69,11 +69,10 @@ decoration { animations { enabled = yes - animation = windows, 1, 2, default - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 0, 0, default - animation = borderangle, 0, 0, default - animation = fade, 0, 0, default + animation = windows, 0 + animation = border, 0 + animation = borderangle, 0 + animation = fade, 0 animation = workspaces, 1, 1, default } @@ -106,7 +105,7 @@ debug { # Workspaces and windows # ----------------------------------------- -workspace = 1, monitor:DP-1, default: true +workspace = 1, monitor:DP-1, default:true workspace = 2, monitor:DP-1 workspace = 3, monitor:DP-1 workspace = 4, monitor:DP-1 @@ -114,7 +113,7 @@ workspace = 5, monitor:DP-1 workspace = 6, monitor:DP-1 workspace = 7, monitor:DP-1 workspace = 8, monitor:DP-1 -workspace = 9, monitor:HDMI-A-1, default: true +workspace = 9, monitor:HDMI-A-1, default:true windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. windowrulev2 = workspace 2, class:firefox