start with wofi
This commit is contained in:
parent
e010160e86
commit
c29389559c
|
@ -43,9 +43,8 @@ bindsym $mod+i exec /usr/bin/uxterm -e "$HOME/.local/bin/todotxt-machine $HOME/n
|
|||
# Add Shift: resize mode ($mod + right-mouse is easier)
|
||||
bindsym $mod+Shift+i mode "resize"
|
||||
|
||||
# Index: start rofi (launch applications)
|
||||
# TODO: migrate from rofi to wofi when stable
|
||||
bindsym $mod+u exec rofi -config $HOME/.config/rofi/config.rasi -theme $HOME/.config/rofi/sidebar -show drun -lines 20
|
||||
# Index: start wofi (launch applications)
|
||||
bindsym $mod+u exec $HOME/scripts/wofi/wofi-drun.sh
|
||||
# Add Shift: Alternative launcher for literal commands
|
||||
bindsym $mod+Shift+u exec gmrun
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
width=500
|
||||
location=3
|
||||
yoffset=-3
|
||||
height=97%
|
Loading…
Reference in New Issue