summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-30 01:06:31 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-30 01:06:31 +0200
commit493a92a641010568ce808788eded248bf8f312df (patch)
tree0cc65c7a5b21fb0a74bf31510dbcdee0c28c095b
parentrusted (diff)
downloaddotfiles-bsd-493a92a641010568ce808788eded248bf8f312df.tar.gz
dotfiles-bsd-493a92a641010568ce808788eded248bf8f312df.tar.bz2
dotfiles-bsd-493a92a641010568ce808788eded248bf8f312df.tar.xz
dotfiles-bsd-493a92a641010568ce808788eded248bf8f312df.tar.zst
dotfiles-bsd-493a92a641010568ce808788eded248bf8f312df.zip
Added go2work config
-rw-r--r--.config/go2work/go2work.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/go2work/go2work.toml b/.config/go2work/go2work.toml
new file mode 100644
index 0000000..e6c38a3
--- /dev/null
+++ b/.config/go2work/go2work.toml
@@ -0,0 +1,26 @@
+# Audio files to be played. There can be several, in that case
+# only the first one is being played unless the 'random' option
+# is set to 'true'
+files = [
+ '/usr/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/02_cultist_base.flac'
+# '/usr/home/jozan/mu/progressive/progressive_black_metal/deathspell_omega/2010_paracletus/02_wings_of_predation.flac',
+# '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac',
+# '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2005_form_mars_to_sirius/02_backbone.flac',
+# '/usr/home/jozan/mu/metal/technical_death_metal/ulcerate/2011_the_destroyers_of_all/07_the_destroyers_of_all.flac',
+# '/usr/home/jozan/mu/rock/grunge/nirvana/2009_bleach_20th_anniversary_deluxe_edition/04_school.flac',
+]
+# The program used to play the music files
+# Default: 'mpv'
+media_player = 'mpv'
+# Command-line options to be passed to the program
+# Default: [ '--no-video', '--loop' ]
+player_options = [
+ '--no-video',
+ '--loop',
+]
+# Choose a random audio file in the list
+# Default: false
+random = true
+# Display a cool fortune message
+# Default: true
+fortune = true