clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PDF default opening bigger

+6
+6
hypr/.config/hypr/looknfeel.conf
··· 70 70 match:class = ^(io.ente.auth)$ 71 71 } 72 72 73 + # Evince PDF viewer: remove from default floating-window tag and set larger size 74 + windowrule = tag -floating-window, match:class ^(org\.gnome\.Evince)$ 75 + windowrule = float on, match:class ^(org\.gnome\.Evince)$ 76 + windowrule = center on, match:class ^(org\.gnome\.Evince)$ 77 + windowrule = size 1300 900, match:class ^(org\.gnome\.Evince)$ 78 +