system update and various missed changes
This commit is contained in:
parent
d388842a87
commit
1dd031aa6b
6 changed files with 204 additions and 108 deletions
|
@ -3,13 +3,11 @@ exec = systemctl start --user emacs.service && emacsclient -e "(setenv \"HYPRLAN
|
|||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
border_size = 1
|
||||
col.active_border = rgba(33ccffee)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 5;
|
||||
|
||||
layout = hy3
|
||||
}
|
||||
|
||||
|
@ -72,8 +70,8 @@ binds {
|
|||
plugin {
|
||||
hy3 {
|
||||
tabs {
|
||||
height = 5
|
||||
padding = 8
|
||||
height = 2
|
||||
padding = 6
|
||||
render_text = false
|
||||
}
|
||||
|
||||
|
@ -83,25 +81,6 @@ plugin {
|
|||
trigger_height = 500
|
||||
}
|
||||
}
|
||||
|
||||
hyprfocus {
|
||||
enabled = false
|
||||
|
||||
keyboard_focus_animation = shrink
|
||||
|
||||
bezier = bezIn, 0.5,0.0,1.0,0.5
|
||||
bezier = bezOut, 0.0,0.5,0.5,1.0
|
||||
|
||||
shrink {
|
||||
shrink_percentage = 0.99
|
||||
|
||||
in_bezier = bezIn
|
||||
in_speed = 1
|
||||
|
||||
out_bezier = bezOut
|
||||
out_speed = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
debug {
|
||||
|
@ -110,6 +89,10 @@ debug {
|
|||
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
layerrule = blur, test
|
||||
layerrule = ignorezero, test
|
||||
layerrule = noanim, test
|
||||
|
||||
layerrule = blur, wofi
|
||||
layerrule = ignorezero, wofi
|
||||
layerrule = noanim, ^(selection)$
|
||||
|
@ -252,4 +235,4 @@ bind = $mod+CONTROL, 6, hy3:focustab, index, 06
|
|||
bind = $mod+CONTROL, 7, hy3:focustab, index, 07
|
||||
bind = $mod+CONTROL, 8, hy3:focustab, index, 08
|
||||
bind = $mod+CONTROL, 9, hy3:focustab, index, 09
|
||||
bind = $mod+CONTROL, 0, hy3:focustab, index, 10
|
||||
bind = $mod+CONTROL, 0, hy3:focustab, index, 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue