summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-02-14 00:56:23 +0000
committerubq323 <ubq323@ubq323.website>2024-02-14 00:56:23 +0000
commit7bd1c144e0eac89812ce3ada28245d09ba406104 (patch)
tree44467d0b795f81995e1ce9b411a1cdd1d39dc014 /bin
parentde0349ba6f85bbb9b42b0ff99dfefc1312f0fd30 (diff)
variousHEADtrunk
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rupload5
-rwxr-xr-xbin/rws2
2 files changed, 4 insertions, 3 deletions
diff --git a/bin/rupload b/bin/rupload
index 74c943c..b0cd640 100755
--- a/bin/rupload
+++ b/bin/rupload
@@ -90,7 +90,10 @@ while exists_already "$rname"; do
rname="_$rname"
done
-printf 'uploading to %s\n' "$rname" >&2
+if [ "$printurl" -eq 0 ]; then
+ printf 'uploading to %s\n' "$rname" >&2
+fi
+
if [ "$dry_run" -eq 1 ]; then
echo dryrun, not uploading anything
tidy_tempfile
diff --git a/bin/rws b/bin/rws
index 7041e8c..198bf4b 100755
--- a/bin/rws
+++ b/bin/rws
@@ -9,8 +9,6 @@
WSD=$XDG_RUNTIME_DIR/ws
mkdir -p $WSD
-
-
wslist () {
# list workspaces, most-recently-used first
swaymsg -t get_workspaces | jq -rc '.[] | .name' | while read wsn; do