Skip to content

Commit

Permalink
chore(hyprland): add more window rules
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 12, 2023
1 parent af32d73 commit ee517ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions home/isabel/programs/wm/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,21 @@ in {
};

windowrule = [
"float, Bitwarden"
"float, ^(Rofi)$"
"float, ^(eww)$"
"float, ^(pavucontrol)$"
"float, ^(nm-connection-editor)$"
"float, ^(blueberry.py)$"
"float, ^(org.gnome.Settings)$"
"float, ^(org.gnome.design.Palette)$"
"float, ^(Color Picker)$"
"float, ^(Network)$"
"float, ^(ags)$"
"float, ^(xdg-desktop-portal)$"
"float, ^(xdg-desktop-portal-gnome)$"
"float, title:^(Picture-in-Picture)$"
"float, ^(transmission-gtk)$"
"float, ^(ags)$"
"float, Bitwarden"
"float, class:^(Viewnior)$"
"float, class:^(download)$"
"size 800 600,class:Bitwarden"
];

Expand Down

0 comments on commit ee517ac

Please sign in to comment.