Add itch io launcher

This commit is contained in:
RealStickman 2021-07-01 11:29:50 +02:00
parent 17f206fa2d
commit 41766c8437

View File

@ -319,10 +319,11 @@ mode "$crypto"{
# 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" {
bindsym s exec --no-startup-id steam-native;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 Return mode "default"