Always focus thunderbird and telegram
This commit is contained in:
parent
c8c6688cf9
commit
719ee738f3
@ -250,7 +250,9 @@ default_floating_border normal
|
|||||||
assign [class="firefox" title="Mozilla Firefox$"] workspace $ws1
|
assign [class="firefox" title="Mozilla Firefox$"] workspace $ws1
|
||||||
for_window [class="firefox"] focus
|
for_window [class="firefox"] focus
|
||||||
assign [class="TelegramDesktop"] workspace $ws9
|
assign [class="TelegramDesktop"] workspace $ws9
|
||||||
|
for_window [class="TelegramDesktop"] focus
|
||||||
assign [class="Thunderbird"] workspace $ws10
|
assign [class="Thunderbird"] workspace $ws10
|
||||||
|
for_window [class="Thunderbird"] focus
|
||||||
assign [class="zoom"] workspace $ws5
|
assign [class="zoom"] workspace $ws5
|
||||||
|
|
||||||
for_window [title="Manjaro Settings Manager"] floating enable
|
for_window [title="Manjaro Settings Manager"] floating enable
|
||||||
@ -264,6 +266,7 @@ exec firefox
|
|||||||
exec thunderbird
|
exec thunderbird
|
||||||
exec telegram-desktop
|
exec telegram-desktop
|
||||||
|
|
||||||
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
# Authentication agent
|
# Authentication agent
|
||||||
@ -275,6 +278,6 @@ exec --no-startup-id msm_notifier
|
|||||||
# Audio
|
# Audio
|
||||||
exec --no-startup-id start-pulseaudio-x11
|
exec --no-startup-id start-pulseaudio-x11
|
||||||
|
|
||||||
# Default workspaces at startup
|
# Default workspaces at startup (no need because autostart applications get always focused)
|
||||||
exec --no-startup-id i3-msg workspace $ws1
|
#exec --no-startup-id i3-msg workspace $ws1
|
||||||
exec --no-startup-id i3-msg workspace $ws10
|
#exec --no-startup-id i3-msg workspace $ws10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user