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
|
aptitude install openbox
|
||||||
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
|
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
|
aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev
|
||||||
|
@ -260,28 +260,28 @@
|
|||||||
<keybind key="W-Up">
|
<keybind key="W-Up">
|
||||||
<action name="GrowToEdgeNorth"/>
|
<action name="GrowToEdgeNorth"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F10">
|
<keybind key="A-F11">
|
||||||
<action name="ToggleFullscreen"/>
|
<action name="ToggleFullscreen"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F11">
|
<keybind key="A-F10">
|
||||||
<action name="ToggleMaximizeFull"/>
|
<action name="ToggleMaximizeFull"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
|
|
||||||
<!-- Keybindings for running applications -->
|
<!-- 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">
|
<keybind key="W-e">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<name>Konqueror</name>
|
<name>Konsole</name>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
<command>kfmclient openProfile filemanagement</command>
|
<command>konsole</command>
|
||||||
</action>
|
|
||||||
</keybind>
|
|
||||||
<keybind key="S-F2">
|
|
||||||
<action name="Execute">
|
|
||||||
<name>Lance GmRun</name>
|
|
||||||
<command>gmrun</command>
|
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
|
@ -4,3 +4,4 @@ xchat &
|
|||||||
pidgin &
|
pidgin &
|
||||||
evolution &
|
evolution &
|
||||||
conky &
|
conky &
|
||||||
|
/usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable
|
||||||
|
Loading…
Reference in New Issue
Block a user