summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-05-25 18:27:10 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-05-25 18:27:10 +0100
commitc181fd22e9852af8b5b8a457800481418f4eb7e0 (patch)
treeb4a134c0f52ab6a0e44e586c4d9c16f83a739126 /bin
parent6575e05ef82bfb4ed7c4805643e1eaad61624da4 (diff)
[qutebrowser] Add zathura-open userscript
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bin/workspace2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bin/workspace b/bin/bin/workspace
index d8dec79..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 -i -b -p "Go to workspace:")
+target=$(echo $workspaces | dmenu "Go to workspace:")
# Exit if empty
[[ -z $target ]] && exit