all: updates
This commit is contained in:
parent
52b53215f5
commit
c6eef9f01c
3 changed files with 230 additions and 181 deletions
|
|
@ -70,7 +70,7 @@ misc {
|
|||
|
||||
render {
|
||||
direct_scanout = true
|
||||
new_render_scheduling = true
|
||||
new_render_scheduling = false
|
||||
}
|
||||
|
||||
binds {
|
||||
|
|
@ -108,48 +108,36 @@ debug {
|
|||
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
layerrule = blur, test
|
||||
layerrule = ignorezero, test
|
||||
layerrule = noanim, test
|
||||
layerrule = match:namespace shell:background, animation fade
|
||||
|
||||
layerrule = blur, wofi
|
||||
layerrule = ignorezero, wofi
|
||||
layerrule = noanim, ^(selection)$
|
||||
layerrule = match:namespace shell:bar, blur on
|
||||
layerrule = match:namespace shell:bar, blur_popups on
|
||||
layerrule = match:namespace shell:bar, ignore_alpha 0
|
||||
layerrule = match:namespace shell:notifications, blur on
|
||||
layerrule = match:namespace shell:notifications, ignore_alpha 0
|
||||
layerrule = match:namespace shell:notifications, animation 0
|
||||
layerrule = match:namespace shell:screenshot, animation 0
|
||||
|
||||
layerrule = blur, termspawner
|
||||
layerrule = ignorezero, termspawner
|
||||
layerrule = noanim, termspawner
|
||||
layerrule = match:namespace shell:launcher, blur on
|
||||
layerrule = match:namespace shell:launcher, ignore_alpha 0
|
||||
layerrule = match:namespace shell:launcher, animation popin 90%
|
||||
|
||||
layerrule = animation fade, shell:background
|
||||
windowrule = match:class org.kde.polkit-kde-authentication-agent-1, float on
|
||||
windowrule = match:class org.kde.polkit-kde-authentication-agent-1, dim_around on
|
||||
|
||||
layerrule = blur, shell:bar
|
||||
layerrule = blurpopups, shell:bar
|
||||
layerrule = ignorezero, shell:bar
|
||||
layerrule = blur, shell:notifications
|
||||
layerrule = ignorezero, shell:notifications
|
||||
layerrule = noanim, shell:notifications
|
||||
windowrule = match:class gcr-prompter, float on
|
||||
windowrule = match:class gcr-prompter, dim_around on
|
||||
|
||||
layerrule = noanim, shell:screenshot
|
||||
windowrule = match:class org.freedesktop.impl.portal.desktop.kde, float on
|
||||
windowrule = match:class org.freedesktop.impl.portal.desktop.kde, size 1000 700
|
||||
windowrule = match:class org.freedesktop.impl.portal.desktop.kde, dim_around on
|
||||
|
||||
layerrule = blur, shell:launcher
|
||||
layerrule = ignorezero, shell:launcher
|
||||
layerrule = animation popin 90%, shell:launcher
|
||||
windowrule = match:title ^(OpenSSH Authentication Passphrase request)$, float on
|
||||
windowrule = match:title ^(KeePassXC - Access Request)$, float on
|
||||
windowrule = match:title ^(Unlock Database - KeePassXC)$, float on
|
||||
windowrule = match:class org.keepassxc.KeePassXC, no_screen_share on
|
||||
|
||||
windowrulev2 = float, class:^(opensnitch_ui)$
|
||||
windowrulev2 = dimaround, class:^(opensnitch_ui)$
|
||||
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
windowrulev2 = dimaround, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
windowrulev2 = float, class:^(gcr-prompter)$
|
||||
windowrulev2 = dimaround, class:^(gcr-prompter)$
|
||||
windowrulev2 = float, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
||||
windowrulev2 = size 1000 700, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
||||
windowrulev2 = center, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
||||
windowrulev2 = dimaround, class:^(org.freedesktop.impl.portal.desktop.kde)$
|
||||
windowrulev2 = float, title:^(OpenSSH Authentication Passphrase request)$
|
||||
windowrulev2 = float, title:^(KeePassXC - Access Request)$
|
||||
windowrulev2 = float, title:^(Unlock Database - KeePassXC)$
|
||||
|
||||
windowrulev2 = float, class:^(AlacrittyFloating)$
|
||||
windowrule = match:class AlacrittyFloating, float on
|
||||
|
||||
$mod = SUPER
|
||||
$launcher = qs -c shell ipc call launcher open
|
||||
|
|
@ -261,6 +249,5 @@ bind = $mod+SHIFT, 8, hy3:movetoworkspace, 08
|
|||
bind = $mod+SHIFT, 9, hy3:movetoworkspace, 09
|
||||
bind = $mod+SHIFT, 0, hy3:movetoworkspace, 10
|
||||
|
||||
workspace = f[1], gapsout:0, gapsin:0
|
||||
windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||
windowrule = rounding 0, floating:0, onworkspace:f[1]
|
||||
workspace = f[1], gapsout:0
|
||||
windowrule = match:fullscreen_state_internal 1, border_size 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue