Added MS Teams to Media
This commit is contained in:
parent
09ee274815
commit
e296912304
@ -267,12 +267,13 @@ mode "$main"{
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
|
||||||
set $media Discord (d), Mirage (m), Bettergram (b), Slack (s)
|
set $media Discord (d), Mirage (m), Bettergram (b), Slack (s), Teams (t)
|
||||||
mode "$media"{
|
mode "$media"{
|
||||||
bindsym d exec --no-startup-id discord;focus
|
bindsym d exec --no-startup-id discord;focus
|
||||||
bindsym m exec --no-startup-id mirage;focus
|
bindsym m exec --no-startup-id mirage;focus
|
||||||
bindsym b exec --no-startup-id bettergram;focus
|
bindsym b exec --no-startup-id bettergram;focus
|
||||||
bindsym s exec --no-startup-id slack;focus
|
bindsym s exec --no-startup-id slack;focus
|
||||||
|
bindsym t exec --no-startup-id teams;focus
|
||||||
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
@ -301,6 +302,7 @@ mode "$gaming" {
|
|||||||
|
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
Loading…
Reference in New Issue
Block a user