Skip to content

Commit 0405403

Browse files
committed
hyprland: windowrules for anki
Signed-off-by: clux <[email protected]>
1 parent 9393347 commit 0405403

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/hypr/hyprland.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ windowrule = float,^(mpv)$
135135
windowrule = float,^(feh)$
136136
windowrule = float,^(nwg-look)$
137137
windowrule = float,^(anki)$
138-
# TODO: need some default sizes here.. ugly ass gui
138+
# anki float layout (ugly gui)
139+
windowrulev2 = move 4 1107, class:^(anki)$
140+
windowrulev2 = size 1936 1049, class:^(anki)$
139141

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

0 commit comments

Comments
 (0)