projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Small keyboard-related profile updates/fixes
[~bandali/configs]
/
.local
/
bin
/
startup-progs
1
#!/bin/sh
2
3
[
-f
~
/
.Xresources
] &&
xrdb
-merge
~
/
.Xresources
4
5
xsetroot
-cursor_name
left_ptr
6
xset r rate
200 45
7
xset b off
8
9
light
-N
1
10
11
[
-x
"$(command -v dunst)"
] &&
dunst
&
12
[
-x
"$(command -v nm-applet)"
] &&
nm-applet
&
13
[
-x
"$(command -v pasystray)"
] &&
pasystray
-a
&