diff options
author | ubq323 <ubq323@ubq323.website> | 2023-04-21 16:15:29 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-04-21 16:15:29 +0100 |
commit | bb99485eee19fb94e3e57c299e46eb4cabb657bd (patch) | |
tree | 23cc6efb485f7cfbd39dbb7c5da8e3226f7b5759 /.local/bin/rws | |
parent | 52cd8d6f8fa1f5ed4bbd9293fbb8a463e97c3c4f (diff) |
various
Diffstat (limited to '.local/bin/rws')
-rwxr-xr-x | .local/bin/rws | 4 |
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 |