From 6efe8fab4006e48611c2f0de25e30307a39192c2 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 22 Feb 2022 23:17:20 +0100 Subject: [PATCH] wofi/sway: fix sourcing of PATH when staring applications --- sway/config | 5 +++-- wofi/config | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sway/config b/sway/config index 5b708de..8a70a5e 100644 --- a/sway/config +++ b/sway/config @@ -170,9 +170,10 @@ bindsym $mod+y exec ~/.dotfiles/sway/lock.sh bindsym Scroll_Lock exec ~/.dotfiles/sway/lock.sh # start dmenu (a program launcher) -bindsym $mod+d exec wofi --insensitive --show drun +set $menu wofi --insensitive --show drun | sed s/%[a-zA-Z]// | xargs swaymsg exec -- +bindsym $mod+d exec $menu bindsym $mod+Shift+d exec ~/.dotfiles/wofi/system.sh -bindsym Alt+Space exec wofi --insensitive --show drun +bindsym Alt+Space exec $menu # gtk3 set $gnome-schema org.gnome.desktop.interface diff --git a/wofi/config b/wofi/config index 19bceb0..3cdc9d9 100644 --- a/wofi/config +++ b/wofi/config @@ -1,5 +1,6 @@ mode=run +drun-print_command=true colors=colors -filter_rate=100 allow_images=true allow_markup=true +gtk_dark=true