From acb588f61808cdd5287d37cd398679e35039be59 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sun, 29 May 2022 23:46:18 +0300 Subject: cwm: add new shortcuts and fix a typo also add a wrapper for moc to maintain compatibility with xdg stuff. --- bin/.local/bin/mocp_wrapper | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/.local/bin/mocp_wrapper (limited to 'bin') 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" -- cgit v1.2.3