Explorar el Código

Fixed i3-layout issue

Samuel W. Flint hace 9 años
padre
commit
8c00acbb6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      i3-layout

+ 1 - 1
i3-layout

@@ -36,7 +36,7 @@ function apply-workspace {
 function with-external-completion {
     if [[ -e `which rofi` ]] ; then
         LAYOUT=`list-workspaces | rofi -dmenu -p "workspace layout:"`
-
+        [[ $LAYOUT != "" ]] && apply-workspace
     else
         LAYOUT=`list-workspaces | dmenu -p "workspace layout:"`
         [[ $LAYOUT != "" ]] && apply-workspace