feat: add foliate as default ebook reader and switch to urgent windows
This commit is contained in:
parent
c6eaa65822
commit
805bc9e63a
3 changed files with 5 additions and 2 deletions
|
@ -124,6 +124,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
||||||
misc = {
|
misc = {
|
||||||
force_default_wallpaper = 0; # Set to 0 or 1 to disable the anime mascot wallpapers
|
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. :(
|
disable_hyprland_logo = false; # If true disables the random hyprland logo / anime girl background. :(
|
||||||
|
focus_on_activate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
bindm = [ "$mod,mouse:272,movewindow" ];
|
bindm = [ "$mod,mouse:272,movewindow" ];
|
||||||
|
|
|
@ -59,6 +59,8 @@
|
||||||
alacritty
|
alacritty
|
||||||
tagger
|
tagger
|
||||||
soundconverter
|
soundconverter
|
||||||
|
foliate
|
||||||
|
kid3
|
||||||
|
|
||||||
# proprietary
|
# proprietary
|
||||||
obsidian
|
obsidian
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
"application/pdf" = browser;
|
"application/pdf" = browser;
|
||||||
"x-www-browser" = browser;
|
"x-www-browser" = browser;
|
||||||
"text/html" = browser;
|
"text/html" = browser;
|
||||||
"application/vnd.comicbook+zip" = "calibre-ebook-viewer.desktop";
|
"application/vnd.comicbook+zip" = "com.github.johnfactotum.Foliate.desktop";
|
||||||
"application/epub+zip" = "calibre-ebook-viewer.desktop";
|
"application/epub+zip" = "com.github.johnfactotum.Foliate.desktop";
|
||||||
"image/*" = "org.gnome.Loupe.desktop";
|
"image/*" = "org.gnome.Loupe.desktop";
|
||||||
"image/png" = "org.gnome.Loupe.desktop";
|
"image/png" = "org.gnome.Loupe.desktop";
|
||||||
"image/jpeg" = "org.gnome.Loupe.desktop";
|
"image/jpeg" = "org.gnome.Loupe.desktop";
|
||||||
|
|
Loading…
Add table
Reference in a new issue