Gaming mode now shows what keycombinations are available.
This commit is contained in:
parent
ecd0c11d2f
commit
6c0e577788
@ -338,9 +338,10 @@ mode "resize" {
|
||||
|
||||
# launch gaming focused programs
|
||||
|
||||
bindsym $mod+g mode "gaming"
|
||||
bindsym $mod+g mode "$gaming"
|
||||
|
||||
mode "gaming" {
|
||||
set $gaming Steam (s), Lutris (l)
|
||||
mode "$gaming" {
|
||||
bindsym s exec --no-startup-id steam-native;focus
|
||||
bindsym l exec --no-startup-id lutris;focus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user