From ae3d29b0ee66da340e7c8d987eaf4e0427f464ac Mon Sep 17 00:00:00 2001 From: nevaforget Date: Tue, 12 Nov 2024 20:24:12 +0100 Subject: [PATCH] latest hypr conf --- home/config/hypr/hl-decoration.conf | 11 ++++++++--- home/config/hypr/hl-general.conf | 3 ++- home/config/hypr/hl-windowrules.conf | 9 ++++++++- home/config/hypr/hyprland.conf | 4 ++-- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/home/config/hypr/hl-decoration.conf b/home/config/hypr/hl-decoration.conf index bf952c9..58f0edc 100644 --- a/home/config/hypr/hl-decoration.conf +++ b/home/config/hypr/hl-decoration.conf @@ -20,7 +20,12 @@ decoration { inactive_opacity=1.00 drop_shadow = true - shadow_range = 4 + shadow_range = 10 shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) -} \ No newline at end of file + col.shadow = rgba(18182540) + + dim_inactive = true + dim_strength = 0.2 + + +} diff --git a/home/config/hypr/hl-general.conf b/home/config/hypr/hl-general.conf index cfde8e9..46c2549 100644 --- a/home/config/hypr/hl-general.conf +++ b/home/config/hypr/hl-general.conf @@ -12,4 +12,5 @@ general { resize_on_border = true #no_cursor_warps = true -} \ No newline at end of file + +} diff --git a/home/config/hypr/hl-windowrules.conf b/home/config/hypr/hl-windowrules.conf index 5dadff7..5f2ad78 100644 --- a/home/config/hypr/hl-windowrules.conf +++ b/home/config/hypr/hl-windowrules.conf @@ -4,6 +4,9 @@ # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more +windowrulev2 = noshadow, floating:0 +windowrule = dimaround,^(polkit)$ + windowrule = idleinhibit fullscreen,^(.*)$ windowrule = idleinhibit focus, mpv windowrule = idleinhibit focus, class:^(.*celluloid.*)$ @@ -112,8 +115,12 @@ windowrule = fullscreen,title:^(Default - Wine desktop)$ windowrule = float, title:^(Alacritty)$ windowrule = center, title:^(Alacritty)$ +windowrule = float, title:^(kitty)$ +windowrule = center, title:^(kitty)$ +windowrule = size 800 600, title:^(kitty) + windowrule = float, title:^(FontManager)$ windowrule = center, title:^(FontManager)$ windowrule = float, title:^(Celluloid)$ -windowrule = center, title:^(Celluloid)$ \ No newline at end of file +windowrule = center, title:^(Celluloid)$ diff --git a/home/config/hypr/hyprland.conf b/home/config/hypr/hyprland.conf index c5e3415..9e98448 100644 --- a/home/config/hypr/hyprland.conf +++ b/home/config/hypr/hyprland.conf @@ -1,5 +1,5 @@ # Set programs that you use -$terminal = alacritty +$terminal = kitty @@ -14,4 +14,4 @@ source = ~/.config/hypr/hl-animation.conf source = ~/.config/hypr/hl-layout.conf source = ~/.config/hypr/hl-windowrules.conf source = ~/.config/hypr/hl-keybindings.conf -source = ~/.config/hypr/hl-misc.conf \ No newline at end of file +source = ~/.config/hypr/hl-misc.conf