Clean up openbox
This commit is contained in:
parent
8e591030e1
commit
2bd75b4a67
|
@ -10,12 +10,6 @@ nitrogen --restore &
|
|||
## Turn off/on System Beep
|
||||
set b off &
|
||||
|
||||
## Xorg settings
|
||||
xrdb ~/.Xresources &
|
||||
|
||||
## Clipboard manager
|
||||
(sleep 2; clipit -d) &
|
||||
|
||||
## Start desktop visualizer (eyecandy)
|
||||
(sleep 3; conky) &
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
</keybind>
|
||||
<keybind key="W-e">
|
||||
<action name="Execute">
|
||||
<command>emacsclient -nc -s instance1</command>
|
||||
<command>emacs</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
|
|
Loading…
Reference in New Issue