Skip to content

Commit

Permalink
[home][i3] Auto float bubble windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolyus committed Feb 12, 2025
1 parent 552c198 commit 3c494f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/home/linux/gui/i3/floating.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
xsession.windowManager.i3.config.floating.criteria = [
{ window_role = "pop-up"; }
{ window_role = "bubble"; }
];
}

0 comments on commit 3c494f2

Please sign in to comment.