New backup 2024-05-02 19:08:13
This commit is contained in:
parent
62af17c260
commit
df586ab739
2 changed files with 44 additions and 0 deletions
43
a2337/home/.config/sway/config.d/window_rules.d/a2337
Normal file
43
a2337/home/.config/sway/config.d/window_rules.d/a2337
Normal file
|
@ -0,0 +1,43 @@
|
|||
#
|
||||
# window rules for a2337
|
||||
#
|
||||
|
||||
for_window [app_id="pavucontrol-qt$"] {
|
||||
floating enable
|
||||
sticky enable
|
||||
resize set width 400
|
||||
resize set height 400
|
||||
move absolute position 1650 60
|
||||
}
|
||||
|
||||
for_window [app_id="nm-connection-editor$"] {
|
||||
floating enable
|
||||
sticky enable
|
||||
resize set width 400
|
||||
resize set height 400
|
||||
move absolute position 1800 60
|
||||
}
|
||||
|
||||
for_window [app_id="blueman-manager$"] {
|
||||
floating enable
|
||||
sticky enable
|
||||
resize set width 400
|
||||
resize set height 400
|
||||
move absolute position 1800 60
|
||||
}
|
||||
|
||||
for_window [app_id="nextcloud$"] {
|
||||
floating enable
|
||||
sticky enable
|
||||
resize set width 600
|
||||
resize set height 500
|
||||
move absolute position 1940 60
|
||||
}
|
||||
|
||||
for_window [app_id="scrcpy"] {
|
||||
floating enable
|
||||
sticky enable
|
||||
resize set width 600
|
||||
resize set height 1300
|
||||
move absolute position 20 60
|
||||
}
|
|
@ -3,3 +3,4 @@
|
|||
.config/sway/config-vars.d/bash.d/a2337
|
||||
.config/sway/config-vars.d/sway.d/a2337
|
||||
.config/sway/assets/wallpaper/eDP-1
|
||||
.config/sway/config.d/window_rules.d/a2337
|
||||
|
|
Loading…
Add table
Reference in a new issue