Browse Source

Added new workspace script

Samuel W. Flint 8 years ago
parent
commit
ae38b6a1a3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      new-workspace

+ 4 - 0
new-workspace

@@ -0,0 +1,4 @@
+#!/bin/zsh -f
+
+NAME=`echo | rofi -dmenu -p "New Workspace:"`
+[[ $NAME != "" ]] && i3-msg "workspace ${NAME}"