1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

screenshot: clipboard by default

This commit is contained in:
bbedward
2025-12-05 15:59:37 -05:00
parent 52d5e21fc4
commit ecfc8e208c
2 changed files with 41 additions and 36 deletions

View File

@@ -48,7 +48,7 @@ type Config struct {
OutputDir string
Filename string
Clipboard bool
Freeze bool
SaveFile bool
Notify bool
Stdout bool
}
@@ -61,8 +61,8 @@ func DefaultConfig() Config {
Quality: 90,
OutputDir: "",
Filename: "",
Clipboard: false,
Freeze: true,
Clipboard: true,
SaveFile: true,
Notify: true,
}
}