mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 18:52:43 +00:00
dot(rsshub): Add rsshub options
This commit is contained in:
parent
127709614c
commit
ac6ce14c29
3 changed files with 131 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue