Steam detection added, bound to s in rp mode.
This commit is contained in:
4
i38.sh
4
i38.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user