Skip to content

Commit

Permalink
hyprland: windowrules for anki
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Sep 30, 2024
1 parent 9393347 commit 0405403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ windowrule = float,^(mpv)$
windowrule = float,^(feh)$
windowrule = float,^(nwg-look)$
windowrule = float,^(anki)$
# TODO: need some default sizes here.. ugly ass gui
# anki float layout (ugly gui)
windowrulev2 = move 4 1107, class:^(anki)$
windowrulev2 = size 1936 1049, class:^(anki)$

# terminal popups from waybar
windowrulev2 = float,title:^(nmtui)$
Expand Down

0 comments on commit 0405403

Please sign in to comment.