Added chats
This commit is contained in:
18
i3/config
18
i3/config
@ -114,7 +114,7 @@ set $ws5 "5"
|
||||
set $ws6 "6"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8"
|
||||
set $ws9 "9: Telegram"
|
||||
set $ws9 "9: Chat"
|
||||
set $ws10 "10: Mail"
|
||||
|
||||
# switch to workspace
|
||||
@ -248,13 +248,16 @@ default_border normal
|
||||
default_floating_border normal
|
||||
|
||||
assign [class="firefox" title="Mozilla Firefox$"] workspace $ws1
|
||||
for_window [class="firefox"] focus
|
||||
assign [class="TelegramDesktop"] workspace $ws9
|
||||
for_window [class="TelegramDesktop"] focus
|
||||
assign [class="Signal"] workspace $ws9
|
||||
assign [class="Rocket.Chat"] workspace $ws9
|
||||
assign [class="Thunderbird"] workspace $ws10
|
||||
for_window [class="Thunderbird"] focus
|
||||
assign [class="zoom"] workspace $ws5
|
||||
|
||||
for_window [class="firefox"] focus
|
||||
for_window [class="TelegramDesktop"] focus
|
||||
for_window [class="Thunderbird"] focus
|
||||
|
||||
for_window [title="Manjaro Settings Manager"] floating enable
|
||||
for_window [class="Pamac-manager"] floating enable
|
||||
for_window [class="Pamac-updater"] floating enable
|
||||
@ -262,8 +265,12 @@ for_window [class="Pamac-updater"] floating enable
|
||||
#for_window [class="Thunderbird" instance="Msgcompose"] floating enable
|
||||
|
||||
########## Autostart applications ##########
|
||||
exec --no-startup-id "i3-msg 'workspace 9: Chat; append_layout ~/.config/i3/workspace-chat.json'"
|
||||
|
||||
exec firefox
|
||||
exec thunderbird
|
||||
exec chat.rocket.RocketChat
|
||||
exec signal-desktop
|
||||
exec telegram-desktop
|
||||
|
||||
exec --no-startup-id nm-applet
|
||||
@ -280,4 +287,5 @@ exec --no-startup-id start-pulseaudio-x11
|
||||
|
||||
# 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 $ws10
|
||||
#exec --no-startup-id i3-msg workspace $ws1
|
||||
|
||||
|
Reference in New Issue
Block a user