tofi rules & dbus activation

This commit is contained in:
Hadi 2024-10-20 20:37:53 +02:00
parent bb06cc673a
commit f42dc43810

View File

@ -48,7 +48,10 @@ in {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$shiftMod" = "SUPER_SHIFT"; "$shiftMod" = "SUPER_SHIFT";
exec-once = [ "${pkgs.bitwarden}/bin/bitwarden" ]; exec-once = [
"${pkgs.bitwarden}/bin/bitwarden"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
];
plugin = { overview = { autoDrag = false; }; }; plugin = { overview = { autoDrag = false; }; };
@ -131,6 +134,11 @@ in {
new_window_takes_over_fullscreen = 2; new_window_takes_over_fullscreen = 2;
}; };
windowrulev2 =
[ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ];
layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ];
input = { input = {
kb_layout = keyboardLayout; kb_layout = keyboardLayout;