feat: add initial window size for nextcloud and gopass
This commit is contained in:
parent
9923359186
commit
8c16a2ffe5
1 changed files with 12 additions and 0 deletions
|
|
@ -300,6 +300,18 @@ in
|
|||
move position 100ppt 0
|
||||
move left 700px
|
||||
}
|
||||
for_window [app_id="com.nextcloud.desktopclient.nextcloud" title="Nextcloud"] {
|
||||
floating enable
|
||||
resize set 700px 450px
|
||||
move position 100ppt 0
|
||||
move left 700px
|
||||
}
|
||||
for_window [title="Extension: \(Gopass Bridge\) - gopass bridge — Mozilla Firefox"] {
|
||||
floating enable
|
||||
resize set 700px 450px
|
||||
move position 100ppt 0
|
||||
move left 700px
|
||||
}
|
||||
|
||||
set $ddterm-id dropdown-terminal
|
||||
set $ddterm ${cfg.terminal} --class $ddterm-id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue