New backup 2024-10-25 09:30:01

This commit is contained in:
Penelope Gwen 2024-10-25 09:30:01 -07:00
parent ad90fa112f
commit a879d37f17
5 changed files with 55 additions and 0 deletions

0
t16g2/exclude Normal file
View file

View file

@ -0,0 +1,8 @@
output eDP-1 {
scale 1
mode 1920x1200@60Hz
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
}
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"

View 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
}

1
t16g2/home/.sapphrc/t16g2 Executable file
View file

@ -0,0 +1 @@
#!/bin/bash

3
t16g2/include Normal file
View file

@ -0,0 +1,3 @@
.sapphrc/t16g2
.config/sway/config.d/display.d/t16g2
.config/sway/config.d/window_rules.d/t16g2