Explorar el Código

fix i3-workspace-layout call

Samuel W. Flint hace 5 años
padre
commit
823d1485f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }