use new XDG profile

this might be subject to change, due to exessive problems still needing
fixes
This commit is contained in:
2025-06-05 00:23:24 +02:00
parent 5439d4650b
commit e87e65df4f
60 changed files with 63 additions and 16 deletions

View File

@@ -22,4 +22,4 @@ setxkbmap us -variant altgr-intl -option '' # load the correct keymap
[[ -f "$HOME/.Xmodmap" ]] && xmodmap "$HOME/.Xmodmap" # load local keymap
[[ -x /usr/bin/picom ]] && /usr/bin/picom -b # start picom as a background service
exec /usr/bin/i3 # start the graphical environment (replaces shell)
exec i3 -c "$XDG_CONFIG_HOME/i3/config" # start the graphical environment (replaces shell)