mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +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
|
passes = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
drop_shadow = true
|
shadow {
|
||||||
shadow_range = 4
|
enabled = true
|
||||||
shadow_render_power = 3
|
range = 10
|
||||||
col.shadow = rgba(1a1a1aee)
|
render_power = 3
|
||||||
|
}
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
# animations {{{
|
# animations {{{
|
||||||
|
|
@ -98,14 +99,12 @@ dwindle {
|
||||||
pseudotile = false
|
pseudotile = false
|
||||||
preserve_split = false
|
preserve_split = false
|
||||||
force_split = 2
|
force_split = 2
|
||||||
no_gaps_when_only = true
|
|
||||||
default_split_ratio = 1
|
default_split_ratio = 1
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
# master layout {{{
|
# master layout {{{
|
||||||
# https://wiki.hyprland.org/Configuring/Master-Layout
|
# https://wiki.hyprland.org/Configuring/Master-Layout
|
||||||
master {
|
master {
|
||||||
no_gaps_when_only = true
|
|
||||||
orientation = right
|
orientation = right
|
||||||
new_on_top = true
|
new_on_top = true
|
||||||
}
|
}
|
||||||
|
|
@ -153,6 +152,14 @@ windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noinitialfocus,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 {{{
|
# keymaps {{{
|
||||||
bind = $mod, q, killactive
|
bind = $mod, q, killactive
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue