home-environment: radio: Symlink the whole mpv dir instead of individual files
parent
82b502787c
commit
0483652e15
|
@ -1,6 +1,6 @@
|
||||||
(define-module (radix files info)
|
(define-module (radix files info)
|
||||||
#:use-module (gnu)
|
#:use-module (gnu)
|
||||||
#:export (keys))
|
#:export (config))
|
||||||
|
|
||||||
(define keys
|
(define config
|
||||||
(local-file "../../../files/infokeys"))
|
(local-file "../../../files/info"))
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
(define-module (radix files mpv)
|
(define-module (radix files mpv)
|
||||||
#:use-module (gnu)
|
#:use-module (gnu)
|
||||||
#:export (config input))
|
#:export (config))
|
||||||
|
|
||||||
(define config
|
(define config
|
||||||
(local-file "../../../files/mpv/mpv.conf"))
|
(local-file "../../../files/mpv"
|
||||||
|
#:recursive? #t))
|
||||||
(define input
|
|
||||||
(local-file "../../../files/mpv/input.conf"))
|
|
||||||
|
|
||||||
|
|
|
@ -156,12 +156,11 @@
|
||||||
("emacs/theme.el" ,file:emacs-theme)
|
("emacs/theme.el" ,file:emacs-theme)
|
||||||
("fish/functions" ,file:fish-functions)
|
("fish/functions" ,file:fish-functions)
|
||||||
("git" ,file:git-config)
|
("git" ,file:git-config)
|
||||||
("infokeys" ,file:info-keys)
|
("info" ,file:info-config)
|
||||||
("kak/kakrc" ,file:kak-config)
|
("kak/kakrc" ,file:kak-config)
|
||||||
("kak/autoload/colorscheme.kak" ,file:kak-colorscheme)
|
("kak/autoload/colorscheme.kak" ,file:kak-colorscheme)
|
||||||
("lf/lfrc" ,file:lf-config)
|
("lf/lfrc" ,file:lf-config)
|
||||||
("mpv/mpv.conf" ,file:mpv-config)
|
("mpv" ,file:mpv-config)
|
||||||
("mpv/input.conf" ,file:mpv-input)
|
|
||||||
("newsraft" ,file:newsraft-config)
|
("newsraft" ,file:newsraft-config)
|
||||||
("zathura" ,file:zathura-config)))
|
("zathura" ,file:zathura-config)))
|
||||||
|
|
||||||
|
@ -205,7 +204,7 @@
|
||||||
("ln" . "ln -sfn")
|
("ln" . "ln -sfn")
|
||||||
|
|
||||||
#|Kakoune bindings for info|#
|
#|Kakoune bindings for info|#
|
||||||
("info" . "info --init-file $XDG_CONFIG_HOME/infokeys")
|
("info" . "info --init-file $XDG_CONFIG_HOME/info")
|
||||||
|
|
||||||
#|Easy presentation setup with xrandr|#
|
#|Easy presentation setup with xrandr|#
|
||||||
("present" . ,(format #f "xrandr --output LVDS-1 ~
|
("present" . ,(format #f "xrandr --output LVDS-1 ~
|
||||||
|
|
Loading…
Reference in New Issue