diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-11-16 16:40:58 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-11-16 16:40:58 -0700 |
commit | 645cfab20016bc8a443e880adfc1c5e7fea92cf6 (patch) | |
tree | 477c0823f3513ed84bd4af371f5c3534757992b9 /x/.xinitrc | |
parent | 9eb803b8a32c318304caac79f4dd1faff5a2f389 (diff) | |
download | dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar.gz dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar.bz2 |
forgot to update these in a while
Diffstat (limited to 'x/.xinitrc')
-rw-r--r-- | x/.xinitrc | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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 |