diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-06 23:55:14 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-06 23:55:14 +0300 |
commit | b25baf723d9135d4d94697018061a53dd290d3da (patch) | |
tree | 8eb619f6c98953717190e31204739f15f4fc5064 /dotfiles/.config/sway/config | |
parent | c0d8f7c421193b54f13ca3611c9fa6ffd1f09b3d (diff) | |
parent | 257845faf55f31c8fa0a99006e247c9af4af94b2 (diff) | |
download | swayrice-b25baf723d9135d4d94697018061a53dd290d3da.tar.gz swayrice-b25baf723d9135d4d94697018061a53dd290d3da.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index e46d3d1..3351ae3 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -196,10 +196,10 @@ bindsym --to-code { $mod+Ctrl+m exec rofi -show audio -modi "audio:rofiaudio" $mod+Shift+e exec rofi -show session -matching prefix -modi "session:rofisession" - # Shortcuts + # Application Shortcuts + $mod+s exec $browser $mod+t exec toggletorrent $mod+Ctrl+t exec launch-transmission - $mod+s exec "xway steam" $mod+m exec $term ncmpcpp $mod+n exec $term -T "newsboat" newsboat && killall -42 waybar $mod+a exec $term -T "neomutt" neomutt |