diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-05-25 18:27:10 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-05-25 18:27:10 +0100 |
commit | c181fd22e9852af8b5b8a457800481418f4eb7e0 (patch) | |
tree | b4a134c0f52ab6a0e44e586c4d9c16f83a739126 /bin | |
parent | 6575e05ef82bfb4ed7c4805643e1eaad61624da4 (diff) |
[qutebrowser] Add zathura-open userscript
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bin/workspace | 2 |
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 |