New backup 2024-04-29 20:00:01
This commit is contained in:
parent
00c1b24927
commit
ea8c32223c
1 changed files with 11 additions and 1 deletions
|
@ -5,12 +5,22 @@
|
||||||
for_window [shell="xwayland"] title_format "[X] %title"
|
for_window [shell="xwayland"] title_format "[X] %title"
|
||||||
|
|
||||||
# float applet windows
|
# float applet windows
|
||||||
for_window [app_id="pavucontrol-qt$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $pavu_width, resize set height $pavu_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y
|
# for_window [app_id="pavucontrol-qt$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $pavu_width, resize set height $pavu_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y
|
||||||
for_window [app_id="nm-connection-editor$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $netman_width, resize set height $netman_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y
|
for_window [app_id="nm-connection-editor$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $netman_width, resize set height $netman_height, border pixel 3, move absolute position $pavu_pos_x $pavu_pos_y
|
||||||
for_window [app_id="blueman-manager$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $blueman_width, resize set height $blueman_height, border pixel 3, move absolute position $netman_x $netman_y
|
for_window [app_id="blueman-manager$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $blueman_width, resize set height $blueman_height, border pixel 3, move absolute position $netman_x $netman_y
|
||||||
for_window [app_id="nextcloud$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $nc_width, resize set height $nc_height, border pixel 3, move absolute position $nc_x $nc_y
|
for_window [app_id="nextcloud$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width $nc_width, resize set height $nc_height, border pixel 3, move absolute position $nc_x $nc_y
|
||||||
for_window [app_id="scrcpy"] floating enable, border none, move scratchpad, scratchpad show, resize set width $scrcpy_width, resize set height $scrcpy_height, border pixel 3, move absolute position $scrcpyx $scrcpyy
|
for_window [app_id="scrcpy"] floating enable, border none, move scratchpad, scratchpad show, resize set width $scrcpy_width, resize set height $scrcpy_height, border pixel 3, move absolute position $scrcpyx $scrcpyy
|
||||||
|
|
||||||
|
for_window [app_id="pavucontrol-qt$"] {
|
||||||
|
floating enable
|
||||||
|
move scratchpad
|
||||||
|
sticky enable
|
||||||
|
scratchpad show
|
||||||
|
resize set width $pavu_width
|
||||||
|
resize set height $pavu_height
|
||||||
|
move absolute position $pavu_pos_x $pavu_pos_y
|
||||||
|
}
|
||||||
|
|
||||||
# Armcord opens in scratchpad
|
# Armcord opens in scratchpad
|
||||||
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
||||||
for_window [class="discord$"] move scratchpad, floating enable, scratchpad hide
|
for_window [class="discord$"] move scratchpad, floating enable, scratchpad hide
|
||||||
|
|
Loading…
Add table
Reference in a new issue