Added gaming launch mode ($mod+g). Launches steam native with s and lutris with l.

This commit is contained in:
RealStickman 2020-02-13 14:29:50 +00:00
parent 52674680e9
commit fb4a520d82

View File

@ -332,6 +332,25 @@ mode "resize" {
#####################################################################################################################
################# gaming #################
#####################################################################################################################
# launch gaming focused programs
bindsym $mod+g mode "gaming"
mode "gaming" {
bindsym s exec --no-startup-id steam-native;focus
bindsym l exec --no-startup-id lutris;focus
bindsym Return mode "default"
bindsym Escape mode "default"
}
#####################################################################################################################
################# choose the font #################