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 | df19c2b9fbf7ef40a8875d21a8fa540e8f7d8383 (patch) | |
tree | 8f340d7283e499f7dc189e9ffffda711049663e5 /conf | |
parent | literally nobody will ever see this loading screen (diff) | |
download | hardflip-df19c2b9fbf7ef40a8875d21a8fa540e8f7d8383.tar.gz hardflip-df19c2b9fbf7ef40a8875d21a8fa540e8f7d8383.tar.bz2 hardflip-df19c2b9fbf7ef40a8875d21a8fa540e8f7d8383.tar.xz hardflip-df19c2b9fbf7ef40a8875d21a8fa540e8f7d8383.tar.zst hardflip-df19c2b9fbf7ef40a8875d21a8fa540e8f7d8383.zip |
sample
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.sample.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/config.sample.yml b/conf/config.sample.yml index b711d45..6d713d7 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -7,7 +7,8 @@ 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, +# if set, will open your command in the specified terminal emulator. works great +# with loop set to true. will handle the env variable $TERMINAL if set as such. +# if commented or unset, # the command will replace hardflip #terminal: alacritty |