diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-10 16:35:09 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-10 16:35:09 +0300 |
commit | f3d2ed0ecd106afbbf6dd71ff0f3def858d5bb0f (patch) | |
tree | 09f1941d23a521b727c389c1f9fd0835c5c92971 /dotfiles/.config/sway/config | |
parent | 05c3b3e5534a6341c02e86605e15f26920fc2236 (diff) | |
download | swayrice-f3d2ed0ecd106afbbf6dd71ff0f3def858d5bb0f.tar.gz swayrice-f3d2ed0ecd106afbbf6dd71ff0f3def858d5bb0f.zip |
Remove sway steam shortcut
Instead add custom .desktop file to launch Steam with proper env vars.
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index e46d3d1..0799439 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -5,7 +5,7 @@ # Set mod key (Mod1=<Alt>, Mod4=<Super>) set $mod Mod4 set $alt Mod1 -set $term foot +set $term `$TERMINAL` set $browser `$BROWSER` # set default desktop layout (default is tiling) @@ -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 |