diff options
author | David Runge <dave@sleepmap.de> | 2015-03-11 01:29:36 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-11 01:29:36 +0100 |
commit | e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1 (patch) | |
tree | f3f4eb389fa8ee6d533e30a749568c5956c8544c /.bashburnrc | |
parent | b9949cd068f1b27bcd8c9e7518fe7b98e06f7ae2 (diff) | |
parent | 84aae61d98ea41d45587723c6edffc98cefb40f1 (diff) | |
download | dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.tar.gz dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.tar.bz2 dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.tar.xz dotfiles-e5a2cfc398c0f7fdb03dbc528bc616a173ea2bf1.zip |
Merge branch 'master' of sleepmap:dotfiles
* 'master' of sleepmap:dotfiles: (51 commits)
.autorandr/*: Clean slate for all autorandr profiles.
.password-store: Updating password store to latest commits.
.gitignore: Removing some unneeded stuff that has been added to the repo.
fonts.conf: Updating to a correct path structure.
.fonts: Removing top level configuration.
.fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory.
.fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory.
termite/config: Explicitly adding firefox as browser, so clickable URLs will work
.Xresources: Removing double entry for background
.rtorrent.rc: Adding rtorrent configuration file
profile-cleaner.conf: Adding standard setting for profile cleaner (dark background)
.config/mpd/folders: Adding default folders for mpd.
shotwell: Adding symlink for configuration.
.config/systemd: Adding current systemd --user setup.
pavucontrol.ini: Adding standard window size
ardour3: Adding configs for Ardour3.
.tmux.conf: base-index is added properly with -g now.
base.cfg: Terminology base settings update
conky: Add top, right, bottom conky config.
rollback-profile: Changing the backup location.
...
Diffstat (limited to '.bashburnrc')
-rw-r--r-- | .bashburnrc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.bashburnrc b/.bashburnrc new file mode 100644 index 0000000..4a3ea24 --- /dev/null +++ b/.bashburnrc @@ -0,0 +1,39 @@ +VERSION: 3.1.0 +BBCDWRITER: <Change me> +BBCDROM: <Change me> +BBCDMNT: <Change me> +BBSPEED: -1 +BBBLANKING: fast +BBNUMDEV: 1 +BBBURNDIR: /tmp/burn +BBLABEL: BashBurn CD/DVD +BBDESCRIPTION: Burnt with BashBurn +BBAUTHOR: David Runge +BBNORMALIZE: no +BBDRIVEROPT: +BBFIFODIR: /tmp +BBDELTEMPBURN: no +BBOVERBURN: no +BBBITRATE: 192 +BBLANG: English +BBISCONF: 0 +BBDTAO: -tao +BBPADDING: -pad +BBCONFFILE: /home/dave/.bashburnrc +BB_CDBURNCMD: cdrecord +BB_DVDBURNCMD: growisofs +BB_DVDBURNCMDOPTS: -r -f -v -J -joliet-long +BB_ISOCMD: mkisofs +BB_DVDBLANK: dvd+rw-format +BB_CDIMAGECMD: cdrdao +BB_CDAUDIORIP: cdparanoia +BB_READ_OPTS: -r -R -J -l --allow-leading-dots +BB_READCD: mkisofs +BB_MP3ENC: lame +BB_MP3DEC: mpg123 +BB_OGGENC: oggenc +BB_OGGDEC: oggdec +BB_FLACCMD: flac +BB_EJECT: eject +BB_NORMCMD: normalize +BB_NRG2ISO: nrg2iso |