This commit is contained in:
vx-clutch
2026-05-07 15:01:11 -04:00
parent e888ace8c5
commit 0c49486de6
2 changed files with 11 additions and 1 deletions

View File

@@ -143,4 +143,4 @@ local walls = {
maxwell = "never_falter.png"
}
oxwm.autostart("xwallpaper --stretch $HOME/walls/" .. walls.maxwell)
oxwm.autostart("xwallpaper --stretch $HOME/walls/" .. walls.emacs)

View File

@@ -1,5 +1,15 @@
export TERM=xterm-256color
export XDG_DOWNLOAD_DIR="$HOME/downloads"
export XDG_PROJECTS_DIR="$HOME/programming"
export XDG_DESKTOP_DIR="$HOME"
export XDG_DOCUMENTS_DIR="$HOME/media"
export XDG_MUSIC_DIR="$HOME/media"
export XDG_PICTURES_DIR="$HOME/media"
export XDG_PUBLICSHARE_DIR="$HOME/media"
export XDG_TEMPLATES_DIR="$HOME/media"
export XDG_VIDEOS_DIR="$HOME/media"
export EDITOR=nvim
export SUDO_EDITOR=nvim