mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[sway/config] launch wofi case-insensitive
This commit is contained in:
parent
0dec178ad8
commit
98911134db
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +160,9 @@ 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 --show drun
|
||||
bindsym $mod+d exec wofi --insensitive --show drun
|
||||
bindsym $mod+Shift+d exec ~/.dotfiles/wofi/system.sh
|
||||
bindsym Alt+Space exec wofi --show drun
|
||||
bindsym Alt+Space exec wofi --insensitive --show drun
|
||||
|
||||
# gtk3
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue