mirror of
https://github.com/zoriya/flake.git
synced 2026-05-25 15:59:46 +00:00
Workaround river non singletagset
This commit is contained in:
@@ -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)'";
|
||||
|
||||
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user