From b53bee3b348a63308d3c33740ff897657ac17e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Fri, 25 Oct 2019 23:48:32 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a16da9..be6344f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Make sure you have `fzf` installed and download this repository Configure it in Sway like this: ``` for_window [class="URxvt" instance="launcher"] floating enable, border pixel 10, sticky enable -set $menu exec urxvt -geometry 55x18 -name launcher -e 'TERMINAL_COMMAND="urxvt -c" /path/to/repo/sway-launcher-desktop.sh' +set $menu exec urxvt -geometry 55x18 -name launcher -e env TERMINAL_COMMAND="urxvt -c" /path/to/repo/sway-launcher-desktop.sh bindsym $mod+d exec $menu ``` -- cgit v1.2.3