This commit is contained in:
Alexander Bell 2025-05-20 13:27:53 +02:00
parent bd4ce973e0
commit e6449f8d7d
2 changed files with 2 additions and 11 deletions

View File

@ -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]
}

View File

@ -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 ###