Add itch io launcher
This commit is contained in:
parent
17f206fa2d
commit
41766c8437
@ -319,10 +319,11 @@ mode "$crypto"{
|
|||||||
|
|
||||||
|
|
||||||
# launch gaming focused programs
|
# launch gaming focused programs
|
||||||
set $gaming Steam (s), Lutris (l), Citra (3DS) (c)
|
set $gaming Lutris (l), Steam (s), Itch (i), Citra (3DS) (c)
|
||||||
mode "$gaming" {
|
mode "$gaming" {
|
||||||
bindsym s exec --no-startup-id steam-native;focus
|
|
||||||
bindsym l exec --no-startup-id lutris;focus
|
bindsym l exec --no-startup-id lutris;focus
|
||||||
|
bindsym s exec --no-startup-id steam-native;focus
|
||||||
|
bindsym i exec --no-startup-id itch;focus
|
||||||
bindsym c exec --no-startup-id citra-qt;focus
|
bindsym c exec --no-startup-id citra-qt;focus
|
||||||
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user