start with wofi

This commit is contained in:
John Mertz 2022-09-17 17:04:14 -04:00
parent e010160e86
commit c29389559c
2 changed files with 6 additions and 3 deletions

View File

@ -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

4
wofi/sidebar Normal file
View File

@ -0,0 +1,4 @@
width=500
location=3
yoffset=-3
height=97%