Add signal shortcut
This commit is contained in:
parent
c8821f0332
commit
f1b1828ceb
@ -269,12 +269,13 @@ mode "$main"{
|
||||
#############################################################################
|
||||
|
||||
|
||||
set $social Discord (d), Element (e), Telegram (b), Teams (t)
|
||||
set $social Discord (d), Element (e), Telegram (b), Signal (s), Teams (t)
|
||||
mode "$social"{
|
||||
bindsym d exec --no-startup-id discord;focus
|
||||
bindsym e exec --no-startup-id element-desktop;focus
|
||||
bindsym b exec --no-startup-id telegram-desktop;focus
|
||||
#bindsym s exec --no-startup-id slack;focus
|
||||
bindsym s exec --no-startup-id signal-desktop;focus
|
||||
bindsym t exec --no-startup-id teams;focus
|
||||
|
||||
bindsym Return mode "default"
|
||||
|
Loading…
Reference in New Issue
Block a user