feat: add foliate as default ebook reader and switch to urgent windows

This commit is contained in:
Nydragon 2024-07-30 14:46:15 +02:00
parent c6eaa65822
commit 805bc9e63a
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
3 changed files with 5 additions and 2 deletions

View file

@ -124,6 +124,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
misc = {
force_default_wallpaper = 0; # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false; # If true disables the random hyprland logo / anime girl background. :(
focus_on_activate = true;
};
bindm = [ "$mod,mouse:272,movewindow" ];

View file

@ -59,6 +59,8 @@
alacritty
tagger
soundconverter
foliate
kid3
# proprietary
obsidian

View file

@ -12,8 +12,8 @@
"application/pdf" = browser;
"x-www-browser" = browser;
"text/html" = browser;
"application/vnd.comicbook+zip" = "calibre-ebook-viewer.desktop";
"application/epub+zip" = "calibre-ebook-viewer.desktop";
"application/vnd.comicbook+zip" = "com.github.johnfactotum.Foliate.desktop";
"application/epub+zip" = "com.github.johnfactotum.Foliate.desktop";
"image/*" = "org.gnome.Loupe.desktop";
"image/png" = "org.gnome.Loupe.desktop";
"image/jpeg" = "org.gnome.Loupe.desktop";