init
This commit is contained in:
commit
90f92d4c66
20 changed files with 425 additions and 0 deletions
9
.xinitrc
Normal file
9
.xinitrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
setxkbmap -layout no
|
||||
sxhkd &
|
||||
plumber &
|
||||
feh --bg-tile ~/img/bg.png
|
||||
while true; do
|
||||
xsetroot -name "`date`"
|
||||
sleep 60
|
||||
done &
|
||||
exec dwm
|
Loading…
Add table
Add a link
Reference in a new issue