mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
i3: alignment
This commit is contained in:
parent
3f5a8876a1
commit
e83743f6f9
1 changed files with 3 additions and 3 deletions
6
config
6
config
|
@ -143,17 +143,17 @@ bindsym $mod+i nop "container-info"
|
||||||
bindsym $mod+Shift+i nop "workspace-info"
|
bindsym $mod+Shift+i nop "workspace-info"
|
||||||
|
|
||||||
# random rules
|
# random rules
|
||||||
no_focus [window_type="splash"]
|
no_focus [window_type="splash"]
|
||||||
for_window [tiling] border pixel 3
|
for_window [tiling] border pixel 3
|
||||||
for_window [class="Nm-connection-editor"] floating enable
|
for_window [class="Nm-connection-editor"] floating enable
|
||||||
for_window [class="Shadow"] fullscreen enable
|
for_window [class="Shadow"] fullscreen enable
|
||||||
for_window [window_role="PictureInPicture"] floating enable
|
for_window [window_role="PictureInPicture"] floating enable
|
||||||
for_window [class="Pavucontrol"] floating enable
|
for_window [class="Pavucontrol"] floating enable
|
||||||
for_window [title="Firefox — Sharing Indicator"] border pixel 1, sticky enable, move position 20 ppt -5 px
|
for_window [title="Firefox — Sharing Indicator"] border pixel 1, sticky enable, move position 20 ppt -5 px
|
||||||
no_focus [title="Firefox — Sharing Indicator"]
|
no_focus [title="Firefox — Sharing Indicator"]
|
||||||
for_window [class="zoom" instance="zoom" title="^Zoom"] floating disable
|
for_window [class="zoom" instance="zoom" title="^Zoom"] floating disable
|
||||||
for_window [class="zoom" instance="zoom" title="^zoom$"] floating enable, border pixel 0
|
for_window [class="zoom" instance="zoom" title="^zoom$"] floating enable, border pixel 0
|
||||||
no_focus [class="zoom" instance="zoom" title="^zoom$"]
|
no_focus [class="zoom" instance="zoom" title="^zoom$"]
|
||||||
|
|
||||||
# start stuff
|
# start stuff
|
||||||
exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target
|
exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue