Add crypto group

This commit is contained in:
RealStickman 2021-02-16 13:18:01 +01:00
parent 9c82b5f159
commit 23e587c0bc

View File

@ -249,10 +249,11 @@ bindsym $mod+a focus parent
bindsym $mod+m mode "$main"
set $main Media (m), Gaming (g), Resize (r), Layout (l)
set $main Media (m), Gaming (g), Crypto (c), Resize (r), Layout (l)
mode "$main"{
bindsym m mode "$media"
bindsym g mode "$gaming"
bindsym c mode "$crypto"
bindsym r mode "resize"
bindsym l mode "$layout"
@ -284,6 +285,21 @@ mode "$media"{
##############################################################################
set $crypto Electrum (b), Electon Cash (c)
mode "$crypto"{
bindsym b exec --no-startup-id electrum;focus
bindsym c exec --no-startup-id electron-cash;focus
bindsym Return mode "default"
bindsym Escape mode "default"
}
##############################################################################
################# gaming #################
##############################################################################
# launch gaming focused programs
set $gaming Steam (s), Lutris (l)
mode "$gaming" {