aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-09-05 15:54:56 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-09-05 15:54:56 -0500
commit9eaa900e45754770de5194debcb2e2c4b1be42ae (patch)
tree6c88f64c54de2edaba7e992f40fcd222817b1609
parent13d8a7a9abeeeb4b2517caf3b97ac57aa9dd6d7a (diff)
fix(sway): update bind for twitch-live update
-rw-r--r--sway/.config/sway/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 334e270..1446fc5 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -38,7 +38,7 @@ set $base0F #d65d0e
include ~/.config/sway/config.d/*
-set $menu ~/.local/bin/wmenu
+set $menu $HOME/.local/bin/wmenu
set $j4_sock $XDG_RUNTIME_DIR/j4-dmenu-desktop.sock
@@ -135,7 +135,7 @@ bindsym $mod+Shift+p exec passmenu | $menu | xargs -r pass show | head -n1 | wty
bindsym $mod+y exec yubikey-oath-dmenu --notify --clipboard --menu-cmd "$menu -l 10"
bindsym $mod+Shift+y exec yubikey-oath-dmenu --notify --type --menu-cmd "$menu -l 10"
-bindsym $mod+t exec twitch-live | $menu -l 10 | cut -d ':' -f1 | xargs -r -I_ swaymsg "exec streamlink-twitch-gui --launch _"
+bindsym $mod+t exec twitch-live | column -t -s' ' | $menu -l 10 | cut -f1 | xargs -r swaymsg -- exec streamlink-twitch-gui --launch
bindsym $mod+m exec sway-mpv | $menu -l 10 | sway-mpv
bindsym XF86AudioRaiseVolume exec wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+