feat(binto): use wofi for apps
This commit is contained in:
parent
625cbc91c5
commit
38cd7afad9
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,8 @@ bind = $mainMod SHIFT, SPACE, togglefloating,
|
|||
bind = $mainMod, J, togglesplit,
|
||||
bind = SUPER, F, fullscreen
|
||||
bind = Alt Shift, Tab, cyclenext
|
||||
|
||||
bind = $mainMod, D, exec, killall -r wofi || wofi --show drun
|
||||
bind = $mainMod, V, exec, killall -r wofi || cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
bind =, Print, exec, bash -c 'grim -g "$(slurp)" - | swappy -f -'
|
||||
bind = $mainMod SHIFT, C, exec, wl-color-picker
|
||||
|
@ -112,6 +114,7 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
|
||||
# Rules
|
||||
windowrule = tile,^(firefox)$
|
||||
windowrule = noborder,^(wofi)$
|
||||
|
||||
|
||||
# Misc
|
||||
|
|
Loading…
Reference in a new issue