.
This commit is contained in:
parent
bd4ce973e0
commit
e6449f8d7d
@ -7,15 +7,12 @@
|
|||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 13
|
gaps_out = 7
|
||||||
|
|
||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# 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(ffb700ff) rgba(ff2d00ff) 90deg
|
||||||
#col.active_border = rgba(FABF45aa)
|
|
||||||
col.inactive_border = rgba(595959ff)
|
col.inactive_border = rgba(595959ff)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
@ -89,13 +86,7 @@ windowrules {
|
|||||||
windowrule = noblur, class:code
|
windowrule = noblur, class:code
|
||||||
windowrule = opaque, class:code
|
windowrule = opaque, class:code
|
||||||
|
|
||||||
# Make app tooltip and small windows opaque
|
|
||||||
#windowrule = opaque, class=GtkMenu
|
|
||||||
#windowrule = opaque, instance=gtk-tooltip
|
|
||||||
|
|
||||||
# Smart gaps
|
# 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:w[tv1]
|
||||||
windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@ exec-once = waybar
|
|||||||
exec-once = hyprpaper & hypridle & $lockscreen
|
exec-once = hyprpaper & hypridle & $lockscreen
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = [workspace 1 silent] $browser
|
exec-once = [workspace 1 silent] $browser
|
||||||
exec-once = [workspace 5 silent] $music
|
exec-once = [workspace 2 silent] $terminal
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user