fixed link types
This commit is contained in:
parent
2a89745c73
commit
0f89569ab3
3 changed files with 37 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
/home/bryson/.Xresources
|
2
x/.Xresources
Normal file
2
x/.Xresources
Normal file
|
@ -0,0 +1,2 @@
|
|||
Xcursor.theme: capitaine-cursors-light
|
||||
Xcursor.size: 55
|
|
@ -1 +0,0 @@
|
|||
/home/bryson/.xinitrc
|
19
x/.xinitrc
Normal file
19
x/.xinitrc
Normal 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
|
|
@ -1 +0,0 @@
|
|||
/home/bryson/.xinitrc-not-docked
|
16
x/.xinitrc-not-docked
Normal file
16
x/.xinitrc-not-docked
Normal 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
|
Loading…
Add table
Reference in a new issue