sway: increase max floating size, float feh
This commit is contained in:
parent
b1292c41ac
commit
3ad94cf683
1 changed files with 2 additions and 1 deletions
3
config
3
config
|
@ -35,7 +35,7 @@ include $HOME/.config/sway/hosts.d/$(hostname).conf
|
||||||
#
|
#
|
||||||
focus_wrapping no
|
focus_wrapping no
|
||||||
mouse_warping container
|
mouse_warping container
|
||||||
floating_maximum_size 1200 x 900
|
# floating_maximum_size 1600 x 900
|
||||||
font pango:$font
|
font pango:$font
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
|
@ -234,6 +234,7 @@ for_window [title="nmtui"] floating enable
|
||||||
for_window [title="float*"] floating enable
|
for_window [title="float*"] floating enable
|
||||||
for_window [app_id="pavucontrol"] floating enable
|
for_window [app_id="pavucontrol"] floating enable
|
||||||
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
|
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
|
||||||
|
for_window [class="feh"] floating enable
|
||||||
for_window [app_id=".*"] title_format '<span font_weight="bold">%title</span> <span>(%app_id)</span>'
|
for_window [app_id=".*"] title_format '<span font_weight="bold">%title</span> <span>(%app_id)</span>'
|
||||||
for_window [class=".*"] title_format '<span font_weight="bold">%title</span> <span>(%class:%instance)</span>'
|
for_window [class=".*"] title_format '<span font_weight="bold">%title</span> <span>(%class:%instance)</span>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue