Steam detection added, bound to s in rp mode.

This commit is contained in:
Storm Dragon
2025-12-30 16:52:00 -05:00
parent f1a882b8b1
commit c9d35a06ad
7 changed files with 116 additions and 36 deletions

4
i38.sh
View File

@@ -1052,6 +1052,10 @@ fi)
bindsym \$mod+e exec $emailClient, mode "default"
# Web browser bound to w
bindsym w exec $webBrowser, mode "default"
$(if command -v steam &> /dev/null ; then
echo "# Steam bound to s"
echo "bindsym s exec --no-startup-id command steam -bigpicture, mode \"default\""
fi)
# Kill window bound to k
bindsym k kill, mode "default"
$(if command -v mumble &> /dev/null ; then