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 --- i3wm/.local/bin/rofi_moveto_workspace | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 i3wm/.local/bin/rofi_moveto_workspace (limited to 'i3wm/.local/bin/rofi_moveto_workspace') diff --git a/i3wm/.local/bin/rofi_moveto_workspace b/i3wm/.local/bin/rofi_moveto_workspace new file mode 100755 index 0000000..9cc0b9d --- /dev/null +++ b/i3wm/.local/bin/rofi_moveto_workspace @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +NAME=`rofi_workspace_prompt` +i3-msg move container to workspace $NAME -- cgit v1.2.3