Fixed focusing problem at startup
This commit is contained in:
parent
f588a7e5ee
commit
6b8b024541
18
i3/config
18
i3/config
@ -240,6 +240,7 @@ bindsym $mod+Ctrl+Right move workspace to output right
|
|||||||
bindsym $mod+Ctrl+Left move workspace to output right
|
bindsym $mod+Ctrl+Left move workspace to output right
|
||||||
|
|
||||||
bindsym $mod+c exec xfce4-terminal -e qalc
|
bindsym $mod+c exec xfce4-terminal -e qalc
|
||||||
|
bindsym $mod+p exec xwacomcalibrate
|
||||||
|
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
@ -251,12 +252,17 @@ assign [class="firefox" title="Mozilla Firefox$"] workspace $ws1
|
|||||||
assign [class="TelegramDesktop"] workspace $ws9
|
assign [class="TelegramDesktop"] workspace $ws9
|
||||||
assign [class="Signal"] workspace $ws9
|
assign [class="Signal"] workspace $ws9
|
||||||
assign [class="Rocket.Chat"] workspace $ws9
|
assign [class="Rocket.Chat"] workspace $ws9
|
||||||
|
assign [class="Element"] workspace $ws9
|
||||||
assign [class="Thunderbird"] workspace $ws10
|
assign [class="Thunderbird"] workspace $ws10
|
||||||
assign [class="zoom"] workspace $ws5
|
assign [class="zoom"] workspace $ws5
|
||||||
|
|
||||||
for_window [class="firefox"] focus
|
for_window [class="firefox"] focus
|
||||||
for_window [class="TelegramDesktop"] focus
|
#for_window [class="Thunderbird"] focus
|
||||||
for_window [class="Thunderbird"] focus
|
for_window [class="TelegramDesktop"] no_focus
|
||||||
|
for_window [class="Rocket.Chat"] no_focus
|
||||||
|
for_window [class="Element"] no_focus
|
||||||
|
|
||||||
|
#for_window [class="Thunderbird"] focus
|
||||||
|
|
||||||
for_window [title="Manjaro Settings Manager"] floating enable
|
for_window [title="Manjaro Settings Manager"] floating enable
|
||||||
for_window [class="Pamac-manager"] floating enable
|
for_window [class="Pamac-manager"] floating enable
|
||||||
@ -269,9 +275,9 @@ exec --no-startup-id "i3-msg 'workspace 9: Chat; append_layout ~/.config/i3/work
|
|||||||
|
|
||||||
exec firefox
|
exec firefox
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
exec chat.rocket.RocketChat
|
exec chat.rocket.RocketChat no_focus
|
||||||
exec signal-desktop
|
exec element-desktop no_focus
|
||||||
exec telegram-desktop
|
exec telegram-desktop no_focus
|
||||||
|
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
@ -287,5 +293,5 @@ exec --no-startup-id start-pulseaudio-x11
|
|||||||
|
|
||||||
# Default workspaces at startup (no need because autostart applications get always focused)
|
# 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 $ws1
|
exec --no-startup-id i3-msg workspace $ws10
|
||||||
|
|
||||||
|
@ -37,12 +37,12 @@
|
|||||||
"x": 2242,
|
"x": 2242,
|
||||||
"y": 46
|
"y": 46
|
||||||
},
|
},
|
||||||
"name": "Signal",
|
"name": "Element",
|
||||||
"percent": 0.333333333333333,
|
"percent": 0.333333333333333,
|
||||||
"swallows": [
|
"swallows": [
|
||||||
{
|
{
|
||||||
"class": "^Signal$",
|
"class": "^Element$",
|
||||||
"instance": "^signal$"
|
"instance": "^element$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "con"
|
"type": "con"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user