home-environments: radio: Replace zathura by sioyek
parent
6f22008b09
commit
6cc53204aa
|
@ -61,6 +61,7 @@
|
|||
#|Radix packages|#
|
||||
#|I|# #:use-module (radix packages image-viewers)
|
||||
#|F|# #:use-module (radix packages fonts)
|
||||
#|P|# #:use-module (radix packages pdf)
|
||||
#|S|# #:use-module (radix packages seninha)
|
||||
#:use-module (radix packages syndication)
|
||||
#|W|# #:use-module (radix packages wm)
|
||||
|
@ -69,7 +70,6 @@
|
|||
#|G|# #:use-module (radix home services gnupg)
|
||||
#|S|# #:use-module (radix home services shells)
|
||||
#|X|# #:use-module (radix home services xdg)
|
||||
#|Z|# #:use-module (radix home services zathura)
|
||||
|
||||
#|Radio|#
|
||||
#|S|# #:use-module ((radio fish-abbreviations) #:prefix fish-abbreviations:)
|
||||
|
@ -111,7 +111,7 @@
|
|||
#|linux |# alsa-utils
|
||||
#|math |# libqalculate
|
||||
#|password-utils|# keepassxc
|
||||
#|pdf |# zathura zathura-pdf-mupdf zathura-djvu
|
||||
#|pdf |# sioyek
|
||||
#|pulseaudio |# pamixer pavucontrol
|
||||
#|scheme |# sicp
|
||||
#|seninha |# fmutils
|
||||
|
@ -186,7 +186,7 @@
|
|||
"image/png"
|
||||
"image/svg+xml"
|
||||
"image/webp"))
|
||||
('org.pwmt.zathura.desktop
|
||||
('sioyek.desktop
|
||||
`("image/vnd.djvu"
|
||||
"application/pdf"
|
||||
"application/epub+zip"))))))
|
||||
|
@ -324,7 +324,7 @@
|
|||
("EDITOR" . "kak")
|
||||
("FCEDIT" . "kak")
|
||||
("PAGER" . "less")
|
||||
("READER" . "zathura")
|
||||
("READER" . "sioyek")
|
||||
("SHELL" . "fish")
|
||||
("TERMINAL" . "xst")
|
||||
("VISUAL" . "kak")
|
||||
|
@ -362,38 +362,6 @@
|
|||
#|Sound services|#
|
||||
(service home-pipewire-service-type)
|
||||
|
||||
#|Desktop application services|#
|
||||
(service home-zathura-service-type
|
||||
(home-zathura-configuration
|
||||
(selection-clipboard 'clipboard)
|
||||
(pages-per-row 1)
|
||||
(statusbar-home-tilde? #t)
|
||||
(recolor (recolor-configuration
|
||||
(keephue? #t)
|
||||
(reverse-video? #t)))
|
||||
(key-maps
|
||||
(list (key-map
|
||||
(binding "gk")
|
||||
(command "goto top"))
|
||||
(key-map
|
||||
(binding "gj")
|
||||
(command "goto bottom"))
|
||||
(key-map
|
||||
(binding "d")
|
||||
(command #f))))
|
||||
(index-face
|
||||
(face (background "#000000")
|
||||
(foreground "#dddddd")))
|
||||
(index-active-face
|
||||
(face (background "#9688d9")
|
||||
(foreground "#000000")))
|
||||
(completion-face
|
||||
(face (background "#000000")
|
||||
(foreground "#dddddd")))
|
||||
(completion-highlight-face
|
||||
(face (background "#000000")
|
||||
(foreground "#9688d9")))))
|
||||
|
||||
#|Mcron service|#
|
||||
(service home-mcron-service-type
|
||||
(home-mcron-configuration
|
||||
|
|
Loading…
Reference in New Issue