From f3d2ed0ecd106afbbf6dd71ff0f3def858d5bb0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Fri, 10 Feb 2023 16:35:09 +0300
Subject: Remove sway steam shortcut

Instead add custom .desktop file to launch Steam with proper env vars.
---
 dotfiles/.config/sway/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'dotfiles/.config/sway/config')

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
-- 
cgit v1.2.3