New backup 2024-04-29 17:30:01
This commit is contained in:
parent
f49623b0a2
commit
00c1b24927
2 changed files with 7 additions and 5 deletions
|
@ -21,10 +21,10 @@ set $blueman_x 1800
|
|||
set $blueman_y 60
|
||||
|
||||
#nextcloud
|
||||
set $ncwidth "600"
|
||||
set $ncheight "500"
|
||||
set $ncx "1940"
|
||||
set $ncy "60"
|
||||
set $ncwidth 600
|
||||
set $ncheight 500
|
||||
set $ncx 1940
|
||||
set $ncy 60
|
||||
|
||||
#scrcpy
|
||||
set $scrcpywidth 600
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
include $HOME/.config/sway/config-vars.d/*
|
||||
|
||||
# Add X indicator to xwayland windows
|
||||
for_window [shell="xwayland"] title_format "[X] %title"
|
||||
|
||||
|
@ -6,7 +8,7 @@
|
|||
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="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 $ncwidth, resize set height $ncheight, border pixel 3, move absolute position ${ncx} ${ncy}
|
||||
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
|
||||
|
||||
# Armcord opens in scratchpad
|
||||
|
|
Loading…
Add table
Reference in a new issue