aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-05-29 23:46:18 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-05-29 23:46:18 +0300
commitacb588f61808cdd5287d37cd398679e35039be59 (patch)
tree977d7b631194e734242f7843d774bbeaf8d0a033 /bin
parenta91bf4d54361caa655590541bf438e70e8ede7e1 (diff)
downloaddotfiles-acb588f61808cdd5287d37cd398679e35039be59.tar.gz
dotfiles-acb588f61808cdd5287d37cd398679e35039be59.zip
cwm: add new shortcuts and fix a typo
also add a wrapper for moc to maintain compatibility with xdg stuff.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/mocp_wrapper6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/.local/bin/mocp_wrapper b/bin/.local/bin/mocp_wrapper
new file mode 100755
index 0000000..de119b3
--- /dev/null
+++ b/bin/.local/bin/mocp_wrapper
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+_mocp_dir="$HOME/.config/moc"
+_mocp_config="$_mocp_dir/config"
+
+mocp -M "$_mocp_dir" -C "$_mocp_config"