Update openbox conf (add gnome-volume-manager to autostart to automount external disk) and conky
This commit is contained in:
parent
d5c39f2ca6
commit
b48c6771ce
3
.vim/.netrwhist
Normal file
3
.vim/.netrwhist
Normal file
@ -0,0 +1,3 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhist_cnt =1
|
||||
let g:netrw_dirhist_1='/media/LaCie'
|
2
Desktop
2
Desktop
@ -1,3 +1,5 @@
|
||||
NOWHERE=$PWD
|
||||
|
||||
aptitude install openbox
|
||||
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
|
||||
aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev
|
||||
|
@ -260,28 +260,28 @@
|
||||
<keybind key="W-Up">
|
||||
<action name="GrowToEdgeNorth"/>
|
||||
</keybind>
|
||||
<keybind key="A-F10">
|
||||
<keybind key="A-F11">
|
||||
<action name="ToggleFullscreen"/>
|
||||
</keybind>
|
||||
<keybind key="A-F11">
|
||||
<keybind key="A-F10">
|
||||
<action name="ToggleMaximizeFull"/>
|
||||
</keybind>
|
||||
|
||||
|
||||
<!-- Keybindings for running applications -->
|
||||
<keybind key="A-F2">
|
||||
<action name="Execute">
|
||||
<name>Lance GmRun</name>
|
||||
<command>/usr/bin/gmrun</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-e">
|
||||
<action name="Execute">
|
||||
<startupnotify>
|
||||
<enabled>true</enabled>
|
||||
<name>Konqueror</name>
|
||||
<name>Konsole</name>
|
||||
</startupnotify>
|
||||
<command>kfmclient openProfile filemanagement</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-F2">
|
||||
<action name="Execute">
|
||||
<name>Lance GmRun</name>
|
||||
<command>gmrun</command>
|
||||
<command>konsole</command>
|
||||
</action>
|
||||
</keybind>
|
||||
|
||||
|
@ -4,3 +4,4 @@ xchat &
|
||||
pidgin &
|
||||
evolution &
|
||||
conky &
|
||||
/usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable
|
||||
|
Loading…
Reference in New Issue
Block a user