From 986996d6e1dd74c04bbf0e57d5ec8448bc9d2b6b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 5 Oct 2020 06:59:14 -0400 Subject: Loads of setup maintenance (see comment) Changes to be committed: modified: ../shortcutrc updated paths for scripts modified: sxhkdrc new setmastermonitor dwm command modified: ../vifm/vifmrc vifm icons only rely on Font Awesome deleted: ../../.local/bin/slendy deleted: ../../.local/bin/test.sh deleted: ../../.local/bin/tmux-mpsyt modified: ../../.profile removed remaps script (already in in xinitrc) modified: ../../.xinitrc added remaps scrript and added flashfocus flags modified: ../../.zshrc Removed ranger stuff (no longer needed) --- .local/bin/tmux-mpsyt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 .local/bin/tmux-mpsyt (limited to '.local/bin/tmux-mpsyt') diff --git a/.local/bin/tmux-mpsyt b/.local/bin/tmux-mpsyt deleted file mode 100755 index b929d52..0000000 --- a/.local/bin/tmux-mpsyt +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# This script ensures that i3 will spawn a youtube tui. -session="mps-YouTube" - -# Check if the session exists, discarding output -# We can check $? for the exit status (zero for success, non-zero for failure) -tmux has-session -t $session 2>/dev/null - -if [ $? != 0 ]; then - # Set up your session - tmux new-session -d -s "$session" mpsyt -fi - -# Attach to created session -tmux attach-session -t $session - -- cgit v1.2.3