Change to Element from Fractal for 100% support for features

This commit is contained in:
RealStickman 2020-12-31 11:05:01 +01:00
parent 9e2a280ed8
commit 8f8cda45aa
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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'