fix windowsrulev2 deprecated, fix pinentry unfocused
Some checks failed
update the nix flake lock automatically every week / update (push) Failing after 49s
Some checks failed
update the nix flake lock automatically every week / update (push) Failing after 49s
This commit is contained in:
@ -93,12 +93,9 @@
|
|||||||
"$mainMod, o, exec, playerctl play-pause"
|
"$mainMod, o, exec, playerctl play-pause"
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrule = [
|
||||||
#ignore maximize requests
|
"match:class (pinentry-)(.*), stay_focused on"
|
||||||
"suppressevent maximize, class:.*"
|
];
|
||||||
#fix dragging issues with xwayland
|
|
||||||
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
|
|
||||||
];
|
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "fr";
|
kb_layout = "fr";
|
||||||
|
|||||||
Reference in New Issue
Block a user