Update .chezmoiignore
Add .config/swappy/config
This commit is contained in:
parent
ed5a83548f
commit
153f59007c
2 changed files with 15 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
!.config/niri
|
!.config/niri
|
||||||
!.config/nvim
|
!.config/nvim
|
||||||
!.config/pda
|
!.config/pda
|
||||||
|
!.config/swappy
|
||||||
!.config/yay
|
!.config/yay
|
||||||
!.config/starship.toml
|
!.config/starship.toml
|
||||||
!.config/chromium-flags.conf
|
!.config/chromium-flags.conf
|
||||||
|
|
|
||||||
14
private_dot_config/swappy/config
Normal file
14
private_dot_config/swappy/config
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[Default]
|
||||||
|
save_dir=$HOME/pictures
|
||||||
|
save_filename_format=screenshot-%Y%m%d-%H%M%S.png
|
||||||
|
show_panel=true
|
||||||
|
line_size=4
|
||||||
|
text_size=20
|
||||||
|
text_font=monospace
|
||||||
|
paint_mode=brush
|
||||||
|
early_exit=true
|
||||||
|
fill_shape=false
|
||||||
|
auto_save=true
|
||||||
|
custom_color=rgba(193,125,17,1)
|
||||||
|
transparent=true
|
||||||
|
transparency=50
|
||||||
Loading…
Add table
Add a link
Reference in a new issue