Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Penelope Gwen 2026-06-21 16:27:36 -07:00 committed by Penelope Gwen
commit b39dd39adc
33 changed files with 3 additions and 2 deletions

View file

@ -59,6 +59,7 @@ depends = ["wayland"]
"desktop/config" = "~/.config"
[desktop.variables]
matugen_monitor = "DP-1"
[personal-laptop]
depends = ["wayland"]

View file

@ -190,7 +190,7 @@ gitchanges() {
}
dpkg-log-search() {
zgrep "${1}" /var/log/dpkg.log*
zgrep -i "${1}" /var/log/dpkg.log*
}
#apt update summary

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

View file

@ -19,5 +19,5 @@
for_window [class="^Minecraft"] {
inhibit_idle focus
fullscreen enable
move output DP-2
move output DP-1
}