diff options
Diffstat (limited to 'i3wm/.bin')
| -rwxr-xr-x | i3wm/.bin/rofiworkspace | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i3wm/.bin/rofiworkspace b/i3wm/.bin/rofiworkspace new file mode 100755 index 0000000..2b808e9 --- /dev/null +++ b/i3wm/.bin/rofiworkspace @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +NAME=`rofi -dmenu` +i3-msg workspace $NAME
\ No newline at end of file |
