New backup 2024-05-29 03:15:01

This commit is contained in:
Penelope Gwen 2024-05-29 03:15:01 -06:00
parent 6dd50aabdc
commit d4d38f84d7
11 changed files with 63 additions and 0 deletions

0
p135g/exclude Normal file
View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View file

@ -0,0 +1 @@
device_discord_app="armcord"

View file

@ -0,0 +1,4 @@
#
# sway vars for a2337 macbook
#

View file

@ -0,0 +1,8 @@
output eDP-1 {
scale 1
mode 2560x1600@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
p135g/home/.sapphrc/a2337 Executable file
View file

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

6
p135g/include Normal file
View file

@ -0,0 +1,6 @@
.sapphrc/a2337
.config/sway/config.d/display.d/a2337
.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