Workaround river non singletagset

This commit is contained in:
2024-11-19 23:33:31 +01:00
parent 3d138c594b
commit 875cb703bb
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -118,6 +118,8 @@ in {
"Super Comma" = "focus-output previous";
"Super+Shift Period" = "send-to-output -current-tags next";
"Super+Shift Comma" = "send-to-output -current-tags previous";
"Super+Control+Shift Period" = "send-to-output next";
"Super+Control+Shift Comma" = "send-to-output previous";
"Super H" = "send-layout-cmd luatile 'set_mfact(-0.05)'";
"Super L" = "send-layout-cmd luatile 'set_mfact( 0.05)'";
-2
View File
@@ -10,8 +10,6 @@ if [[ ! -z "$TR_TORRENT_LABELS" ]]; then
fi
echo "Running with $TR_TORRENT_NAME $TR_TORRENT_ID"
# name=$(transmission-remote -t $TR_TORRENT_ID -l |
# awk 'FNR == 2 {for (i = 10; i < NF; i++) printf "%s", $i OFS; if(NF) printf "%s",$NF; printf ORS}')
name=$TR_TORRENT_NAME
dir=$(guessit "$name" -P "title")
echo "Guessed '$dir' for torrent '$name'"