Add crypto group
This commit is contained in:
parent
9c82b5f159
commit
23e587c0bc
@ -249,10 +249,11 @@ bindsym $mod+a focus parent
|
|||||||
|
|
||||||
bindsym $mod+m mode "$main"
|
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"{
|
mode "$main"{
|
||||||
bindsym m mode "$media"
|
bindsym m mode "$media"
|
||||||
bindsym g mode "$gaming"
|
bindsym g mode "$gaming"
|
||||||
|
bindsym c mode "$crypto"
|
||||||
bindsym r mode "resize"
|
bindsym r mode "resize"
|
||||||
bindsym l mode "$layout"
|
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
|
# launch gaming focused programs
|
||||||
set $gaming Steam (s), Lutris (l)
|
set $gaming Steam (s), Lutris (l)
|
||||||
mode "$gaming" {
|
mode "$gaming" {
|
||||||
|
Loading…
Reference in New Issue
Block a user