Gaming mode now shows what keycombinations are available.

This commit is contained in:
RealStickman 2020-02-13 14:37:22 +00:00
parent ecd0c11d2f
commit 6c0e577788

View File

@ -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