diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-25 18:04:04 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-25 18:04:04 +0300 |
commit | 49889fc2619e28e0f1e7501551d80e3d6619e30a (patch) | |
tree | 75e7700b223a1d54d980f63a3527de411736f56c /dotfiles/.config/sway/config | |
parent | 00057555445c6ecbce7c415064c6263c98f8e0fd (diff) | |
download | swayrice-49889fc2619e28e0f1e7501551d80e3d6619e30a.tar.gz swayrice-49889fc2619e28e0f1e7501551d80e3d6619e30a.zip |
Transmission daemon management
* Waybar module to display whether transmission-daemon is running
* Sway shortcuts for transmission-daemon and its gtk front-end
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 3be0700..2485be3 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -185,6 +185,8 @@ bindsym --to-code { $mod+F4 exec menublk $mod+F12 exec menutz $mod+r exec $term -t "ranger" -e ranger + $mod+t exec --no-startup-id toggletorrent + $mod+Ctrl+t exec --no-startup-id launch-transmission $mod+s exec "xway steam" $mod+m exec $term -e ncmpcpp $mod+n exec $term -t "newsboat" -e newsboat && killall -42 waybar |