From 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 12 Nov 2022 18:20:45 -0700 Subject: update dots + add some config files --- x/.xinitrc | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) (limited to 'x/.xinitrc') diff --git a/x/.xinitrc b/x/.xinitrc index 5cbe639..d1e2ace 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -37,53 +37,41 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +# start notifications (dunst) +/usr/bin/dunst & + # open picom compositor #picom --config ~/.config/picom.conf & #spotifyd & -#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & - -xset r rate 300 50 & -xset r rate 300 50 & -xset r rate 300 50 & # set up monitors -#fixscreen sh ~/.screenlayout/screenlayout.sh & # set default audio device to be dock audio jack -pulseaudio -k & -pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo & +pulseaudio -k && pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo & # add weather, date and time to xsetroot #sh ~/bin/xsetloop-docked.sh & slstatus & -# set up wallpapers -#wallpapers.sh & -feh --bg-fill ~/Pictures/Wallpapers/leaves-3.jpg & - -# start notifications daemon -notification-daemon & - # apply Xresources xrdb -merge ~/.Xresources -# make cursor disappear after a couple of seconds -unclutter -idle 4 -root & +# make cursor disappear after typing +xbanish & # enable numlock numlockx & -# turn off wifi, force ethernet -#nmcli radio wifi off & - # start keepassxc for passwords keepassxc & +# set up wallpapers +#wallpapers.sh & +feh --bg-fill git/wallpapers-exorcist/gruvbox/canyon.jpg git/wallpapers-exorcist/gruvbox/canyon.jpg & + # start dwm redshift & xset r rate 300 50 exec /home/bryson/bin/startdwm.sh -#exec dwm - -- cgit v1.2.3