dot(rsshub): Add rsshub options

This commit is contained in:
js0ny 2026-03-21 20:07:57 +00:00
parent 127709614c
commit ac6ce14c29
3 changed files with 131 additions and 3 deletions

View file

@ -46,7 +46,7 @@ in {
# "md.obsidian.Obsidian"
# "app.zen_browser.zen"
# "com.vivaldi.Vivaldi"
"com.getpostman.Postman"
# "com.getpostman.Postman"
"us.zoom.Zoom"
# "com.ticktick.TickTick" # cannot run on wayland under flatpak
];

View file

@ -223,9 +223,9 @@ lib.mkIf pkgs.stdenv.isLinux {
# Show Layout Name In Icon
"ShowLayoutNameInIcon" = ''True'';
# Use input method language to display text
"UseInputMethodLanguageToDisplayText" = ''True'';
"UseInputMethodLanguageToDisplayText" = ''False'';
# Use Per Screen DPI on X11
"PerScreenDPI" = ''False'';
"PerScreenDPI" = ''True'';
# Force font DPI on Wayland
"ForceWaylandDPI" = ''0'';
# Enable fractional scale under Wayland