From f2b18aab5a84d04a36f4194473680ad70bdb5578 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 2 Feb 2020 12:50:32 +0800 Subject: script to find and edit config files --- bspwm/.local/bin/rofi_goto_workspace | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bspwm/.local/bin/rofi_goto_workspace (limited to 'bspwm/.local/bin/rofi_goto_workspace') diff --git a/bspwm/.local/bin/rofi_goto_workspace b/bspwm/.local/bin/rofi_goto_workspace new file mode 100755 index 0000000..35e8762 --- /dev/null +++ b/bspwm/.local/bin/rofi_goto_workspace @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +NAME=`rofi_workspace_prompt` +i3-msg workspace $NAME -- cgit v1.2.3