diff options
author | clarkzjw <[email protected]> | 2022-11-18 14:33:17 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2022-11-18 14:33:17 -0800 |
commit | 5230a48d54a167c6c61f6bd71c752928d40f6782 (patch) | |
tree | 8101fae4344e16d028d46fa83646bf40bd93b25c /dot_config/flameshot | |
parent | 3c3452c2883d83d0a81fdfe3875ec2547af78d9e (diff) | |
download | dotfiles-5230a48d54a167c6c61f6bd71c752928d40f6782.tar.gz |
i3: bind F11 to flameshot for screenshots
Diffstat (limited to 'dot_config/flameshot')
-rw-r--r-- | dot_config/flameshot/flameshot.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini new file mode 100644 index 0000000..6f4616a --- /dev/null +++ b/dot_config/flameshot/flameshot.ini | |||
@@ -0,0 +1,12 @@ | |||
1 | [General] | ||
2 | contrastOpacity=188 | ||
3 | copyOnDoubleClick=true | ||
4 | drawColor=#ffffff | ||
5 | filenamePattern=Snipaste_%F_%H-%M-%S | ||
6 | saveAfterCopy=true | ||
7 | saveAsFileExtension=png | ||
8 | savePath=/home/clarkzjw/Documents/sync/Pictures/Screenshots/2022 | ||
9 | savePathFixed=true | ||
10 | showHelp=true | ||
11 | showStartupLaunchMessage=false | ||
12 | startupLaunch=true | ||