update config

This commit is contained in:
2025-12-14 18:39:59 +01:00
parent 44db54a7b2
commit bbb7969950
372 changed files with 29216 additions and 453 deletions

View File

@@ -9,6 +9,6 @@ mkdir -p $HOME/.config/environment.d
echo $PATH >$HOME/.config/environment.d/path.conf
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec sway
exec sway --unsupported-gpu
fi