From c8eb10a6e5a9be31ac703cf9efce6f40817760da Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 24 Jan 2017 18:46:34 +0100 Subject: Added more scripts --- Scripts/autoStart.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Scripts/autoStart.sh (limited to 'Scripts/autoStart.sh') diff --git a/Scripts/autoStart.sh b/Scripts/autoStart.sh new file mode 100644 index 0000000..3fecfac --- /dev/null +++ b/Scripts/autoStart.sh @@ -0,0 +1,3 @@ +xcape -e 'Super_L=Super_L|w' +sh /home/julian/Conky/start.sh + -- cgit v1.2.3 From ebed9571e58a560bca3d38c2a8ee644866e156ae Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 31 Jan 2017 20:51:04 +0100 Subject: Added spacemacs --- Scripts/autoStart.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Scripts/autoStart.sh') diff --git a/Scripts/autoStart.sh b/Scripts/autoStart.sh index 3fecfac..3c437e3 100644 --- a/Scripts/autoStart.sh +++ b/Scripts/autoStart.sh @@ -1,3 +1,4 @@ -xcape -e 'Super_L=Super_L|w' -sh /home/julian/Conky/start.sh +xcape -e 'Super_L=Super_L|w' & +#sh /home/julian/Conky/start.sh & +albert & -- cgit v1.2.3