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 ++++++ cwm/.cwmrc | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 bin/.local/bin/mocp_wrapper 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" diff --git a/cwm/.cwmrc b/cwm/.cwmrc index b8cf691..24521d9 100644 --- a/cwm/.cwmrc +++ b/cwm/.cwmrc @@ -18,13 +18,15 @@ moveamount 20 # commands command term alacritty command lock slock -command browser brave +command browser firefox-bin command filemanager thunar command discord discord command obs com.obsproject.Studio command news "alacritty -e newsboat" -command calender "alacritty -e calcurse" +command calendar "alacritty -e calcurse" command clock "uxnemu roms/clock.rom" +command musicplayer "alacritty -e mocp_wrapper" +command mailclient thunderbird # window managers wm sowm sowm -- cgit v1.2.3