This commit is contained in:
2026-01-10 14:10:47 +00:00
parent b9df0a4072
commit 2f6ffacce3
3 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ exec --no-startup-id dex-autostart --autostart --environment i3
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id nm-applet
exec_always --no-startup-id feh --bg-center $HOME/.config/vxclutch/background.jpg
exec_always --no-startup-id picom --backend glx
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status

View File

@@ -1,3 +1,5 @@
export EDITOR=nvim
export SUDO_EDITOR="$EDITOR"
export TERM=xterm-256color
export GOPATH=.local/go

View File

@@ -1,5 +1,5 @@
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/go:$PATH
export PATH=$HOME/opt/bin:$PATH
export PATH=$HOME/go/bin:$PATH
export LD_LIBRARY_PATH=$HOME/opt/lib:$LD_LIBRARY_PATH