diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-09-23 11:30:30 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-09-23 11:30:30 -0400 |
| commit | c172efd5157c16748801fc32a96cb70638eec4e1 (patch) | |
| tree | 60518d09dc08d9444ae349d5e6b576aecdd99001 /.config | |
| parent | 347716361b06108788ce1c3d72d59caa06e89aa0 (diff) | |
| parent | f1814b3690d61cc122c83381ed013eaf20a33971 (diff) | |
| download | eibhear-c172efd5157c16748801fc32a96cb70638eec4e1.tar.gz eibhear-c172efd5157c16748801fc32a96cb70638eec4e1.tar.zst eibhear-c172efd5157c16748801fc32a96cb70638eec4e1.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config')
| m--------- | .config/mpv/script_modules/mpvSockets | 0 | ||||
| -rw-r--r-- | .config/mpv/scripts/modules.lua | 4 | ||||
| m--------- | .config/mpv/scripts/mpvSockets | 0 | ||||
| -rwxr-xr-x | .config/wal/postrun | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/.config/mpv/script_modules/mpvSockets b/.config/mpv/script_modules/mpvSockets new file mode 160000 +Subproject be9b7ca84456466e54331bab59441ac207659c1 diff --git a/.config/mpv/scripts/modules.lua b/.config/mpv/scripts/modules.lua index 37b69b3..703f372 100644 --- a/.config/mpv/scripts/modules.lua +++ b/.config/mpv/scripts/modules.lua @@ -1,3 +1,3 @@ -local mpv_scripts_dir_path = os.getenv("HOME") .. "/.config/mpv/scripts/" -function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end +local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"}) +function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end load("mpvSockets/mpvSockets.lua") diff --git a/.config/mpv/scripts/mpvSockets b/.config/mpv/scripts/mpvSockets deleted file mode 160000 -Subproject 8415a08d99a46213c918613cfe1e088071018db diff --git a/.config/wal/postrun b/.config/wal/postrun index 74d551b..85d9e3f 100755 --- a/.config/wal/postrun +++ b/.config/wal/postrun @@ -4,6 +4,8 @@ source "${HOME}/.cache/wal/colors.sh" mkdir -p "${HOME}/.config/dunst" mkdir -p "${HOME}/.config/zathura" +mv -n "${HOME}/.config/dunst/dunstrc" "${HOME}/.config/dunst/dunstrc.bak" +mv -n "${HOME}/.config/zathura/zathurarc" "${HOME}/.config/zathura/zathurarc.bak" ln -sf "${HOME}/.cache/wal/dunstrc" "${HOME}/.config/dunst/dunstrc" ln -sf "${HOME}/.cache/wal/zathurarc" "${HOME}/.config/zathura/zathurarc" |
