From e6449f8d7db02c99438abe11b561bacc3eae327d Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Tue, 20 May 2025 13:27:53 +0200 Subject: [PATCH] . --- .config/hypr/conf.d/theme.conf | 11 +---------- .config/hypr/hyprland.conf | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.config/hypr/conf.d/theme.conf b/.config/hypr/conf.d/theme.conf index 1b0600d..1eb78a1 100644 --- a/.config/hypr/conf.d/theme.conf +++ b/.config/hypr/conf.d/theme.conf @@ -7,15 +7,12 @@ # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 13 + gaps_out = 7 border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - #col.active_border = rgba(E97520ff) rgba(50180Eff) 45deg - #col.active_border = rgba(FABF45ff) rgba(9A3D1Eff) 90deg col.active_border = rgba(ffb700ff) rgba(ff2d00ff) 90deg - #col.active_border = rgba(FABF45aa) col.inactive_border = rgba(595959ff) # Set to true enable resizing windows by clicking and dragging on borders and gaps @@ -89,13 +86,7 @@ windowrules { windowrule = noblur, class:code windowrule = opaque, class:code - # Make app tooltip and small windows opaque - #windowrule = opaque, class=GtkMenu - #windowrule = opaque, instance=gtk-tooltip - # Smart gaps - workspace = w[tv1], gapsout:7, gapsin:0 - workspace = f[1], gapsout:7, gapsin:0 windowrule = bordersize 0, floating:0, onworkspace:w[tv1] windowrule = bordersize 0, floating:0, onworkspace:f[1] } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7229d2f..c323479 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -52,7 +52,7 @@ exec-once = waybar exec-once = hyprpaper & hypridle & $lockscreen exec-once = dunst exec-once = [workspace 1 silent] $browser -exec-once = [workspace 5 silent] $music +exec-once = [workspace 2 silent] $terminal ############################## ### WINDOWS AND WORKSPACES ###