commit 049a3106136a60a55688aa7c3e64355101fa4994
parent defeb1361b58d8852263edc109d60a102b97d8ff
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 13 Jul 2018 14:11:31 +0200
Remove handling of tmux in xinitrc
The handling of tmux got moved to zshrc.
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/xinitrc b/xinitrc
@@ -23,11 +23,6 @@ clipmenud & # Nice clipboard using dmenu
pgrep redshift &> /dev/null || redshift -l 48:9 &> /dev/null & # For dimmed display at night
compton -bCG & # start compton
nohup mons -a > /dev/null 2>&1 & # Re-establishs the display if it detects only one monitor
-#if tmux info &> /dev/null; then # if tmux server already running, attach to current session
-# hash st && st -e tmux a &
-#else
-# hash st && st -e tmux &
-#fi
# Set status line for dwm
while true