From 8b2d5dc3fb67dd5ecd2b0165b131167ce3a82b1d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 27 Sep 2016 15:32:08 +0100 Subject: [i3] Update dmenu options in workspace script --- bin/bin/workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/bin/workspace b/bin/bin/workspace index a9e4aa0..e380f98 100755 --- a/bin/bin/workspace +++ b/bin/bin/workspace @@ -11,7 +11,7 @@ workspaces=$(i3-msg -t get_workspaces | grep -Po '"name":.*?[^\\]"' | sed 's/"na workspaces=$(echo $workspaces | sed '/:/!d') # Get desired workspace -target=$(echo $workspaces | dmenu -b -i -sf green -p "Go to workspace:") +target=$(echo $workspaces | dmenu "Go to workspace:") # Exit if empty [[ -z $target ]] && exit -- cgit v1.2.3