Skip to content

Commit

Permalink
tofi rules & dbus activation
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherhadi committed Oct 20, 2024
1 parent bb06cc6 commit f42dc43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion home/system/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ in {
"$mod" = "SUPER";
"$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; }; };

Expand Down Expand Up @@ -131,6 +134,11 @@ in {
new_window_takes_over_fullscreen = 2;
};

windowrulev2 =
[ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ];

layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ];

input = {
kb_layout = keyboardLayout;

Expand Down

0 comments on commit f42dc43

Please sign in to comment.