URI:
       Improve code layout - qmenu - manage qubes os via dmenu (drkhsh fork)
  HTML git clone git://git.drkhsh.at/qmenu.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 64d5d37eb7c56bc475ba7a32909a6593b21ee079
   DIR parent 5135440e660368f147943c382557417c36a5bf0e
  HTML Author: sine3o14nnae <3o14@pm.me>
       Date:   Mon, 19 Aug 2019 15:33:45 +0200
       
       Improve code layout
       
       Diffstat:
         M qmenu-vm                            |      12 +++---------
       
       1 file changed, 3 insertions(+), 9 deletions(-)
       ---
   DIR diff --git a/qmenu-vm b/qmenu-vm
       @@ -36,9 +36,7 @@ fqvm_preferences() {
        
               default_dispvm) 
                  
       -         if [ -n "${LIST_OF_DISPTEMP}" ]; then 
       -          
       -           unset LIST_OF_DISPTEMP; fi 
       +         if [ -n "${LIST_OF_DISPTEMP}" ]; then unset LIST_OF_DISPTEMP; fi 
        
                 # [mediocre] Look up disposable templates
                 for n in `qvm-ls --no-spinner --raw-data -O NAME,FLAGS |\
       @@ -1034,9 +1032,7 @@ fdom0_preferences() {
        
             default_dispvm)
        
       -       if [ -n "${LIST_OF_DISPTEMP}" ]; then
       -
       -         unset LIST_OF_DISPTEMP; fi
       +       if [ -n "${LIST_OF_DISPTEMP}" ]; then unset LIST_OF_DISPTEMP; fi
        
               # [mediocre] Look up disposable templates
               for n in `qvm-ls --no-spinner --raw-data -O NAME,FLAGS |\
       @@ -1190,9 +1186,7 @@ fdom0_preferences() {
        
             management_dispvm)
        
       -       if [ -n "${LIST_OF_DISPTEMP}" ]; then
       -
       -         unset LIST_OF_DISPTEMP; fi
       +       if [ -n "${LIST_OF_DISPTEMP}" ]; then unset LIST_OF_DISPTEMP; fi
        
                 # [mediocre] Look up disposable templates
                 for n in `qvm-ls --no-spinner --raw-data -O NAME,FLAGS |\