commit 39c113f80b9342923696f99c7b50115a06626330
parent 651a9bd57a34197f7aa3df8798955b3dbaa538f6
Author: Ashymad <czilukim@o2.pl>
Date: Thu, 22 Feb 2018 14:27:18 +0100
Use st
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.cmus/start-cmus.sh b/.cmus/start-cmus.sh
@@ -2,5 +2,5 @@
i3-msg "workspace 4; append_layout /home/shyman/.i3/cmus.json"
nohup geeqie -t > /dev/null &
-nohup alacritty -e "cmus" > /dev/null &
+nohup st -e "cmus" > /dev/null &
nohup cava > /dev/null &
diff --git a/.i3/cmus.json b/.i3/cmus.json
@@ -52,7 +52,7 @@
"swallows": [
{
// "class": "^URxvt$",
- "instance": "^Alacritty$"
+ "instance": "^st\\-256color$"
// "title": "^Me\\ Myself\\ And\\ I\\ \\-\\ Takadum\\!\\ \\-\\ Takadum\\ Old\\ \\(2011\\)$",
// "transient_for": "^$"
}