mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
hypr: update to new version
This commit is contained in:
parent
e3a3ab31d4
commit
dfbebb2110
1 changed files with 13 additions and 6 deletions
|
|
@ -73,10 +73,11 @@ decoration {
|
|||
passes = 1
|
||||
}
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 10
|
||||
render_power = 3
|
||||
}
|
||||
}
|
||||
# }}}
|
||||
# animations {{{
|
||||
|
|
@ -98,14 +99,12 @@ dwindle {
|
|||
pseudotile = false
|
||||
preserve_split = false
|
||||
force_split = 2
|
||||
no_gaps_when_only = true
|
||||
default_split_ratio = 1
|
||||
}
|
||||
# }}}
|
||||
# master layout {{{
|
||||
# https://wiki.hyprland.org/Configuring/Master-Layout
|
||||
master {
|
||||
no_gaps_when_only = true
|
||||
orientation = right
|
||||
new_on_top = true
|
||||
}
|
||||
|
|
@ -153,6 +152,14 @@ windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
|||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
|
||||
# smart gaps
|
||||
workspace = w[tv1], gapsout:0, gapsin:0
|
||||
workspace = f[1], gapsout:0, gapsin:0
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
||||
# }}}
|
||||
# keymaps {{{
|
||||
bind = $mod, q, killactive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue