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