Change to Element from Fractal for 100% support for features
This commit is contained in:
parent
9e2a280ed8
commit
8f8cda45aa
@ -266,10 +266,10 @@ mode "$main"{
|
||||
#############################################################################
|
||||
|
||||
|
||||
set $media Discord (d), Fractal (f), Telegram (b), Slack (s), Teams (t)
|
||||
set $media Discord (d), Element (e), Telegram (b), Slack (s), Teams (t)
|
||||
mode "$media"{
|
||||
bindsym d exec --no-startup-id discord;focus
|
||||
bindsym f exec --no-startup-id fractal;focus
|
||||
bindsym f 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 t exec --no-startup-id teams;focus
|
||||
|
@ -8,7 +8,7 @@ i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec discord'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec fractal'
|
||||
i3-msg 'workspace 2; layout tabbed; exec element-desktop'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec telegram-desktop'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user