diff --git a/sway/bindings b/sway/bindings index e427dec6e..8136acea2 100644 --- a/sway/bindings +++ b/sway/bindings @@ -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 diff --git a/wofi/sidebar b/wofi/sidebar new file mode 100644 index 000000000..d7508fa0a --- /dev/null +++ b/wofi/sidebar @@ -0,0 +1,4 @@ +width=500 +location=3 +yoffset=-3 +height=97%