diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Thunar/volmanrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/common/Thunar/volmanrc b/common/Thunar/volmanrc index 4abede6..fad581c 100644 --- a/common/Thunar/volmanrc +++ b/common/Thunar/volmanrc @@ -5,22 +5,22 @@ Autobrowse=TRUE Autorun=TRUE Autoopen=TRUE Autoburn=TRUE -AutoburnDataCommand=xfburn -AutoburnAudioCommand=xfburn +AutoburnDataCommand=/etc/dynamic/user-scripts/blank_cd.script +AutoburnAudioCommand=/etc/dynamic/user-scripts/blank_cd.script AutoplayAudioCd=TRUE -AutoplayAudioCdCommand=exaile --play-cd +AutoplayAudioCdCommand=/etc/dynamic/user-scripts/audio_cd.script AutoplayVideoCd=TRUE -AutoplayVideoCdCommand=totem %d -Autoipod=FALSE -AutoipodCommand= +AutoplayVideoCdCommand=/etc/dynamic/user-scripts/video_dvd.script +Autoipod=TRUE +AutoipodCommand=/etc/dynamic/user-scripts/ipod.script Autophoto=TRUE -AutophotoCommand=gthumb --import-photos +AutophotoCommand=/etc/dynamic/user-scripts/digicam.script Autopalm=FALSE AutopalmCommand=gpilotd-control-applet Autopocketpc=FALSE AutopocketpcCommand=multisync -Autoprinter=FALSE -AutoprinterCommand=gnome-printer-add hal://%h +Autoprinter=TRUE +AutoprinterCommand=/etc/dynamic/scripts/lp.script Autokeyboard=FALSE AutokeyboardCommand= Automouse=FALSE |