diff options
Diffstat (limited to 'xinitrc')
-rw-r--r-- | xinitrc | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +#!/bin/sh + +# Source global X session scripts. +if [ -d /etc/X11/xinit/xinitrc.d ]; then + for f in /etc/X11/xinit/xinitrc.d/*; do + [ -x "$f" ] && . "$f" + done + unset f +fi + +# Settings +synclient TouchpadOff=1 +pactl set-default-source rnnoise_source +bluetooth-autoconnect & + +# Services +picom -b & +clipmenud & +xscreensaver --no-splash & +wal -Rq +launch-dunst & + +# Desktop +conky -c .config/conky/conkyrc & +slstatus & +while type ~/.local/bin/dwm >/dev/null ; do ~/.local/bin/dwm && continue || break ; done +#~/.local/src/LIVE/dwm/dwm |