Compare commits
No commits in common. "7ff58bd2b24d4f5f04534aa929085d0927881af3" and "3ea92ec12be00761772c34ad9c44f3d996295679" have entirely different histories.
7ff58bd2b2
...
3ea92ec12b
@ -24,12 +24,12 @@ order += "volume master"
|
|||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
cpu_temperature cpu0 {
|
cpu_temperature cpu0 {
|
||||||
format = "CPU: %degrees ⁰C"
|
format = "C: %degrees C"
|
||||||
path = "cpu0"
|
path = "cpu0"
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_temperature acpitz0 {
|
cpu_temperature acpitz0 {
|
||||||
format = "TZ: %degrees ⁰C"
|
format = "TZ: %degrees C"
|
||||||
}
|
}
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
|
@ -25,5 +25,5 @@ xsetroot -solid steelblue &
|
|||||||
xidle -timeout 300 -program "/usr/X11R6/bin/xlock -mode blank" &
|
xidle -timeout 300 -program "/usr/X11R6/bin/xlock -mode blank" &
|
||||||
xrandr --dpi 156
|
xrandr --dpi 156
|
||||||
xcompmgr -c -n &
|
xcompmgr -c -n &
|
||||||
setxkbmap us -option compose:caps
|
setxkbmap -option compose:ralt
|
||||||
exec /usr/local/bin/i3
|
exec /usr/local/bin/i3
|
||||||
|
Loading…
Reference in New Issue
Block a user