[sway] Fix width and height for_window instructions (they need *set*)
This commit is contained in:
parent
c99a463def
commit
7853ad3cc3
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ bindsym $mod+u exec scratchpad
|
|||
bindsym $mod+n exec makoctl dismiss
|
||||
bindsym $mod+Shift+n exec makoctl dismiss -a
|
||||
|
||||
for_window [title="^Worklog"] floating enable, border pixel 4, move position center
|
||||
for_window [title="^doom-capture"] floating enable, border pixel 4, resize width 70ppt, move position center,
|
||||
for_window [title="^Worklog"] floating enable, border pixel 3, resize set width 60 ppt, resize set height 50 ppt, move position center
|
||||
for_window [title="^org-capture"] floating enable, border pixel 4, resize set width 70 ppt, move position center,
|
||||
for_window [title="^worklogger.*$"] floating enable, border pixel 4, move position center
|
||||
for_window [title="^backup$"] floating enable, border pixel 4, move position center
|
||||
for_window [title="nm-tray"] floating enable
|
||||
|
|
Loading…
Add table
Reference in a new issue