Skip to content

Commit

Permalink
home (sway): Configure floating behavior for some more apps
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Nov 7, 2024
1 parent 00753b5 commit 077eeb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home/desktop/sway/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ in {
criteria.app_id = "pavucontrol";
command = "resize set 800 600";
}
{
criteria.app_id = "org.gnome.Nautilus";
command = "floating enable";
}
{
criteria.class = "Bitwarden";
command = "floating enable";
}
{
criteria.app_id = "qalculate-gtk";
command = "floating enable";
}
];
};
};
Expand Down

0 comments on commit 077eeb1

Please sign in to comment.