From a627ec38c305c7f1e253a0247580d4033c36a05e Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Wed, 27 Nov 2019 12:26:12 +0100 Subject: [PATCH] sway: use sway-launcher-desktop as primary launcher --- sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sway/config b/sway/config index 9a86069..0ff3508 100644 --- a/sway/config +++ b/sway/config @@ -18,8 +18,9 @@ set $term termite # Your preferred application launcher # Note: it's recommended that you pass the final command to sway #set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu termite --name=launcher -e ~/.config/sway/sway-launcher +set $menu2 termite --name=launcher -e ~/.config/sway/sway-launcher for_window [app_id="^launcher$"] floating enable, border none +set $menu exec termite --name=launcher -e 'env TERMINAL_COMMAND="termite -e" sway-launcher-desktop' for_window [title="^Nightly - Sharing Indicator$"] floating enable, border none @@ -90,6 +91,7 @@ input * { # Start your launcher bindsym $mod+p exec $menu + bindsym $mod+Shift+p exec $menu2 bindsym $mod+Shift+w exec "swaylock -f -c 000000" # Drag floating windows by holding down $mod and left mouse button.