.
This commit is contained in:
@ -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]
|
||||
}
|
||||
|
Reference in New Issue
Block a user