diff options
author | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
commit | d638f631f4f03a7b359a4c12d7d679602c8d733a (patch) | |
tree | 0e76ecd2c076a7e0ae0a49ea53ada74f5f536ef9 /conf | |
parent | sample (diff) | |
download | hardflip-d638f631f4f03a7b359a4c12d7d679602c8d733a.tar.gz hardflip-d638f631f4f03a7b359a4c12d7d679602c8d733a.tar.bz2 hardflip-d638f631f4f03a7b359a4c12d7d679602c8d733a.tar.xz hardflip-d638f631f4f03a7b359a4c12d7d679602c8d733a.tar.zst hardflip-d638f631f4f03a7b359a4c12d7d679602c8d733a.zip |
config
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.sample.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/config.sample.yml b/conf/config.sample.yml new file mode 100644 index 0000000..b711d45 --- /dev/null +++ b/conf/config.sample.yml @@ -0,0 +1,13 @@ +# straight forward +icons: true + +# keeps going after a successful login +loop: true + +# displays the percentage in the bottom right +percent: false + +# if set, will open your command in the specified terminal emulator. +# will handle the env variable $TERMINAL if set to this. if commented or unset, +# the command will replace hardflip +#terminal: alacritty |