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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue