From e9f7a201550c397fbcffe29ce13e285dec3e7d36 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 27 Nov 2021 09:52:59 +1030 Subject: [PATCH] updated xmonad start --- .xmonad/start-xmonad.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.xmonad/start-xmonad.sh b/.xmonad/start-xmonad.sh index a334197..2688157 100755 --- a/.xmonad/start-xmonad.sh +++ b/.xmonad/start-xmonad.sh @@ -1,9 +1,8 @@ -!#/bin/sh +#!/bin/bash # Not sure if this is the correct way of doing this but # the standard desktop entry does not work, I've been # using my .xprofile up till now but that doesn't work # with multiple DEs. -xmonad --recompile -xmonad --restart +nohup ~/.xmonad/xmonad-x86_64-linux