fixed link types

This commit is contained in:
Bryson Steck 2021-10-09 00:04:06 -06:00
parent 2a89745c73
commit 0f89569ab3
3 changed files with 37 additions and 3 deletions

View file

@ -1 +0,0 @@
/home/bryson/.Xresources

2
x/.Xresources Normal file
View file

@ -0,0 +1,2 @@
Xcursor.theme: capitaine-cursors-light
Xcursor.size: 55

View file

@ -1 +0,0 @@
/home/bryson/.xinitrc

19
x/.xinitrc Normal file
View file

@ -0,0 +1,19 @@
# executed by startx
# for use when dingo is DOCKED
cd ~ &
# set up monitors
fixscreen &
# add weather, date and time to xsetroot
sh ~/bin/xsetloop-docked.sh &
# set up wallpapers
wallpapers &
# apply Xresources
xrdb -merge ~/.Xresources &
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm

View file

@ -1 +0,0 @@
/home/bryson/.xinitrc-not-docked

16
x/.xinitrc-not-docked Normal file
View file

@ -0,0 +1,16 @@
# executed by startx-not-docked
# for use when dingo is NOT docked
cd ~
# add network, battery, date and time to xsetroot
sh ~/bin/xsetloop-not-docked.sh &
# set up wallpaper
nitrogen --head=0 --set-zoom-fill ~/git/nordic-wallpapers/wallpapers/ign_unsplash7.png &
# apply Xresources
xrdb -merge ~/.Xresources
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm