From 875cb703bb079054877871ac0e54fd292a5c0238 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 19 Nov 2024 23:33:31 +0100 Subject: [PATCH] Workaround river non singletagset --- environments/river/home.nix | 2 ++ environments/server/guesspath.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/river/home.nix b/environments/river/home.nix index 2398818..409f3c0 100644 --- a/environments/river/home.nix +++ b/environments/river/home.nix @@ -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)'"; diff --git a/environments/server/guesspath.sh b/environments/server/guesspath.sh index e8ac3c3..c74d91d 100644 --- a/environments/server/guesspath.sh +++ b/environments/server/guesspath.sh @@ -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'"