Added gaming launch mode ($mod+g). Launches steam native with s and lutris with l.
This commit is contained in:
parent
52674680e9
commit
fb4a520d82
@ -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 #################
|
################# choose the font #################
|
||||||
|
Loading…
Reference in New Issue
Block a user