mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
wofi/sway: fix sourcing of PATH when staring applications
This commit is contained in:
parent
5fbc107630
commit
6efe8fab40
2 changed files with 5 additions and 3 deletions
|
@ -170,9 +170,10 @@ bindsym $mod+y exec ~/.dotfiles/sway/lock.sh
|
||||||
bindsym Scroll_Lock exec ~/.dotfiles/sway/lock.sh
|
bindsym Scroll_Lock exec ~/.dotfiles/sway/lock.sh
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# 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 $mod+Shift+d exec ~/.dotfiles/wofi/system.sh
|
||||||
bindsym Alt+Space exec wofi --insensitive --show drun
|
bindsym Alt+Space exec $menu
|
||||||
|
|
||||||
# gtk3
|
# gtk3
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
mode=run
|
mode=run
|
||||||
|
drun-print_command=true
|
||||||
colors=colors
|
colors=colors
|
||||||
filter_rate=100
|
|
||||||
allow_images=true
|
allow_images=true
|
||||||
allow_markup=true
|
allow_markup=true
|
||||||
|
gtk_dark=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue