diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
| commit | 06d1242317f7159ccf3014f0a1480e7c56236ebb (patch) | |
| tree | 89863b3287ae2c7cc88cd532220f18c38e8d8657 /wayland-basics/dot-config/satty | |
| parent | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (diff) | |
add all sorts of things
Diffstat (limited to 'wayland-basics/dot-config/satty')
| -rw-r--r-- | wayland-basics/dot-config/satty/config.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/wayland-basics/dot-config/satty/config.toml b/wayland-basics/dot-config/satty/config.toml new file mode 100644 index 0000000..b558715 --- /dev/null +++ b/wayland-basics/dot-config/satty/config.toml @@ -0,0 +1,24 @@ +[general] +fullscreen = false +early-exit = true +initial-tool = "brush" +copy-command = "wl-copy" +default-hide-toolbars = false +primary-highlighter = "block" +disable-notifications = false +brush-smooth-history-size = 5 + +[font] +family = "IBM Plex Sans" +style = "Regular" + +[color-palette] + +palette = [ + "#ffd700", + "#00ffff", + "#a52a2a", + "#dc143c", + "#ff1493", + "#008000", +] |
