From 84ba87dcf88f3463e1188603d3c47cb9c2a96d2a Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 22 Sep 2022 13:48:43 -0400 Subject: [PATCH] Update wofi-alt-tab.sh --- wofi/wofi-alt-tab.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wofi/wofi-alt-tab.sh b/wofi/wofi-alt-tab.sh index d087523..c7c59bb 100755 --- a/wofi/wofi-alt-tab.sh +++ b/wofi/wofi-alt-tab.sh @@ -5,7 +5,8 @@ swaymsg -t get_tree | grep -v '__i3_scratch' | sed -e 's/\([^\-]\)\- *[^\-]*$/\1/' | sed -e 's/^\([0-9]*\)\t*\(.*\)/\2 \1/' | - wofi -I --show dmenu | { - read -r id name - swaymsg "[con_id=$id]" focus - } + wofi -I -s /home/jpm/.dotfiles/wofi/style.css -c \ + $HOME/.dotfiles/wofi/sidebar --show dmenu | { + read -r id name + swaymsg "[con_id=$id]" focus + }