From 645cfab20016bc8a443e880adfc1c5e7fea92cf6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 16 Nov 2021 16:40:58 -0700 Subject: forgot to update these in a while --- x/.Xresources | 2 +- x/.xinitrc | 16 ++++++++++++++-- x/.xinitrc-not-docked | 11 ++++++++++- 3 files changed, 25 insertions(+), 4 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 4597ef7..9c5a55a 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,2 +1,2 @@ Xcursor.theme: capitaine-cursors-light -Xcursor.size: 55 +Xcursor.size: 55 diff --git a/x/.xinitrc b/x/.xinitrc index 81f583c..0ea051b 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -6,14 +6,26 @@ cd ~ & # set up monitors fixscreen & +# set default audio device to be dock audio jack +pacmd set-default-sink 1 + # add weather, date and time to xsetroot sh ~/bin/xsetloop-docked.sh & # set up wallpapers -wallpapers & +#wallpapers & + +# start notifications daemon +notification-daemon & # apply Xresources -xrdb -merge ~/.Xresources & +xrdb -merge ~/.Xresources + +# make cursor disappear after a couple of seconds +unclutter --idle 4 -root & + +# enable numlock +numlockx & # start dwm redshift -O3500; xset r rate 300 50; exec dwm diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index f7ad927..ca365f4 100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -6,11 +6,20 @@ cd ~ # add network, battery, date and time to xsetroot sh ~/bin/xsetloop-not-docked.sh & +# set default audio device to be laptop speakers +pacmd set-default-sink 1 + # set up wallpaper -nitrogen --head=0 --set-zoom-fill ~/git/nordic-wallpapers/wallpapers/ign_unsplash7.png & +#nitrogen --head=0 --set-zoom-fill ~/Pictures/Wallpapers/'10-6-Server.jpg' & + +# start notifications daemon +notification-daemon & # apply Xresources xrdb -merge ~/.Xresources +# make cursor disappear after a couple of seconds +unclutter --idle 4 -root & + # start dwm redshift -O3500; xset r rate 300 50; exec dwm -- cgit v1.2.3