commit b4faa154f1e89b6f47aefbbeb92452589ca2879e parent 8de86eab004555058e86c191ca71a2de125907dc Author: Riaz <riaz@riazj.com> Date: Wed, 8 Oct 2025 14:14:08 -0700 Switch from startx to sx (https://github.com/Earnestly/sx) Diffstat:
A | .config/sx/sxrc | | | 4 | ++++ |
D | .config/xinitrc | | | 4 | ---- |
M | .config/zsh/.zprofile | | | 2 | +- |
M | .config/zsh/.zshenv | | | 2 | -- |
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/.config/sx/sxrc b/.config/sx/sxrc @@ -0,0 +1,4 @@ +while status; do sleep 1m; done | lemonbar -d -F '#ccc' & +setxkbmap -option 'compose:menu' -option 'caps:swapescape' & +pipewire & pipewire-pulse & wireplumber & +sxhkd & xhidecursor & chromium & exec winwatch diff --git a/.config/xinitrc b/.config/xinitrc @@ -1,4 +0,0 @@ -while status; do sleep 1m; done | lemonbar -d -F '#ccc' & -setxkbmap -option 'compose:menu' -option 'caps:swapescape' & -pipewire & pipewire-pulse & wireplumber & -sxhkd & xhidecursor & exec winwatch diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile @@ -1 +1 @@ -[ "$(tty)" = "/dev/tty1" ] && startx +[ "$(tty)" = "/dev/tty1" ] && sx diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv @@ -6,12 +6,10 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$XDG_DATA_HOME" export PULSE_COOKIE="$XDG_CACHE_HOME/pulse" export PARALLEL_HOME="$XDG_CACHE_HOME/parallel" -export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" export CALCHISTFILE="$XDG_RUNTIME_DIR/calc" export SDCV_HISTFILE="$XDG_RUNTIME_DIR/sdcv_history" export GNUPGHOME="$XDG_DATA_HOME/gnupg" export ASPELL_CONF="home-dir $XDG_DATA_HOME/aspell" -export XINITRC="$XDG_CONFIG_HOME/xinitrc" export W3M_DIR="$XDG_CONFIG_HOME/w3m" export HISTFILE="$XDG_DATA_HOME/zsh" export HISTSIZE=500