From c29389559ca36e00d598112fe266498da198f721 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sat, 17 Sep 2022 17:04:14 -0400 Subject: [PATCH] start with wofi --- sway/bindings | 5 ++--- wofi/sidebar | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 wofi/sidebar 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%