Browse Source

fix i3-workspace-layout call

Samuel W. Flint 5 years ago
parent
commit
823d1485f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      day

+ 1 - 1
day

@@ -26,7 +26,7 @@ check_ssh() {
 
 start_emacs() {
     if [ $START_EMACS -eq 1 ] ; then
-        i3-run i3-workspace-layout emacs-here "1: emacs"
+        i3-run i3-workspace-layout emacs-here '"1: emacs"'
     fi
 }