Moving to 'dotfiles' directory

This commit is contained in:
2026-06-01 16:45:11 +01:00
parent 904819fba5
commit 0a9195f0c2
32615 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Auto start Hyprland on tty1
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
mkdir -p ~/.cache
exec Hyprland > ~/.cache/hyprland.log ^&1
end