Add solaar (logitech) and fix git config indentation
This commit is contained in:
parent
6d0746f89a
commit
bd0921acdd
2 changed files with 3 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
smtpuser = tobias@msrg.cc
|
smtpuser = tobias@msrg.cc
|
||||||
smtpencryption = tls
|
smtpencryption = tls
|
||||||
smtpserverport = 587
|
smtpserverport = 587
|
||||||
annotate = yes
|
annotate = yes
|
||||||
[advice]
|
[advice]
|
||||||
addIgnoredFile = false
|
addIgnoredFile = false
|
||||||
[pull]
|
[pull]
|
||||||
|
@ -45,4 +45,4 @@
|
||||||
[push]
|
[push]
|
||||||
followTags = true
|
followTags = true
|
||||||
[format]
|
[format]
|
||||||
signOff = yes
|
signOff = yes
|
||||||
|
|
|
@ -19,6 +19,7 @@ _autostart_on_launch()
|
||||||
dunst &
|
dunst &
|
||||||
ckb-next -b &
|
ckb-next -b &
|
||||||
parcellite &
|
parcellite &
|
||||||
|
solaar --w hide &
|
||||||
|
|
||||||
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||||
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||||
|
|
Loading…
Reference in a new issue