]> git.sur5r.net Git - i3/i3/blobdiff - i3-dmenu-desktop
Extend the fullscreen command
[i3/i3] / i3-dmenu-desktop
index 4a2371e2d8c4352cc136c02b46e9c497ad3009ed..2c54233d02501a57bb776cf7dad0260aea777a4f 100755 (executable)
@@ -410,7 +410,7 @@ $exec =~ s/%k/$location/g;
 $exec =~ s/%%/%/g;
 
 if (exists($app->{Path}) && $app->{Path} ne '') {
-    $exec = 'cd ' . $app->{Path} . ' && ' . $exec;
+    $exec = 'cd ' . quote($app->{Path}) . ' && ' . $exec;
 }
 
 my $nosn = '';