From d3311ada0ee90b20c6f4cf7d7ef2888c27dc3b87 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 13 Aug 2023 20:18:22 +0200 Subject: [startw] start a terminal on startup --- config/hyprland/hypr/startup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hyprland/hypr') diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh index 83fefe4..6d5957f 100755 --- a/config/hyprland/hypr/startup.sh +++ b/config/hyprland/hypr/startup.sh @@ -5,3 +5,4 @@ gammastep & wl-paste --watch cliphist store & keyadd id_rsa & swayidle 300 locker & +$TERMINAL & -- cgit v1.2.3 From 02d291772d52ba328a0d8f92bec757fae5417bcc Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 22 Aug 2023 21:57:10 +0200 Subject: [hyprland] minor edits use a subgroup for blur tweaked the opacity to change on focus rectangle corners --- config/hyprland/hypr/hyprland.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'config/hyprland/hypr') diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index a8a99c2..17f0235 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -41,14 +41,17 @@ misc { } decoration { - rounding = 2 - blur = no - blur_size = 3 - blur_passes = 1 - blur_new_optimizations = on + rounding = 0 + blur { + enabled = 1 + size = 6 + } dim_inactive = true dim_strength = 0.08 + active_opacity = 0.98 + inactive_opacity = 0.92 + drop_shadow = yes shadow_range = 4 shadow_render_power = 3 -- cgit v1.2.3 From 1bb112f2a1f476f82f2752089f397e597aefc1d4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 25 Aug 2023 00:33:54 +0200 Subject: [hyprland] use commander as launcher --- config/hyprland/hypr/binds.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config/hyprland/hypr') diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index eb3d4a2..8100868 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -2,12 +2,10 @@ $mainMod = SUPER $term = foot -$menu = $(tofi-run) -$menu_opt = $(tofi-run --auto-accept-single=false) +$menu = $(commander -r -h) bind = $mainMod, Return, exec, $term bind = $mainMod SHIFT, Return, exec, $menu -bind = $mainMod CTRL, Return, exec, $menu_opt bind = $mainMod, C, killactive, bind = $mainMod SHIFT, C, exec, hyprctl kill bind = $mainMod SHIFT, Q, exit, -- cgit v1.2.3