no more bar or background image
I'll just push this with debug stuff because it's been around way too long
This commit is contained in:
parent
bcbc5556aa
commit
8a4f99be1e
3 changed files with 5 additions and 17 deletions
15
xinitrc
15
xinitrc
|
@ -1,27 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
# My lovely bar
|
||||
bar() {
|
||||
while sleep 1; do
|
||||
xsetroot -name "B$(acpi -b | tr -d ' ' | cut -d',' -f2) $(date +'%a %d %b, %I:%M')"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
# Forking graphical programs
|
||||
forklog() {
|
||||
$* 2>&1 | logger &
|
||||
}
|
||||
|
||||
forklog xcape -t 80 -e 'Super_L=Scroll_Lock;Shift_L=Escape;Alt_L=Control_R|G'
|
||||
forklog sh ~/.fehbg
|
||||
forklog xautolock -time 1 -locker slock
|
||||
forklog redshift -l 51.2:3.75
|
||||
forklog xset dpms 0 0 50 s off
|
||||
forklog xset r rate 300 55
|
||||
forklog bar
|
||||
|
||||
#forklog sxhkd -c ~/.config/sxhkd/sxhkd.conf
|
||||
#exec nwm
|
||||
xsetroot -solid "#002a3b"
|
||||
|
||||
exec dwmdb
|
||||
exec valgrind --extra-debuginfo-path=/data/programming/dwm/ --track-origins=yes --leak-check=full --show-leak-kinds=all dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue