summaryrefslogtreecommitdiff
path: root/.local/bin/rws
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-04-21 16:15:29 +0100
committerubq323 <ubq323@ubq323.website>2023-04-21 16:15:29 +0100
commitbb99485eee19fb94e3e57c299e46eb4cabb657bd (patch)
tree23cc6efb485f7cfbd39dbb7c5da8e3226f7b5759 /.local/bin/rws
parent52cd8d6f8fa1f5ed4bbd9293fbb8a463e97c3c4f (diff)
various
Diffstat (limited to '.local/bin/rws')
-rwxr-xr-x.local/bin/rws4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/rws b/.local/bin/rws
index ebee83c..7041e8c 100755
--- a/.local/bin/rws
+++ b/.local/bin/rws
@@ -54,6 +54,10 @@ gowork() {
cd "$d" || return 1
fi
}
+renws () {
+ # renames current ws to current working dir
+ swaymsg "rename workspace to $(apwd)"
+}
queryws () {
# uses bmenu to prompt for a workspace name, then switches to that workspace