From 06d1242317f7159ccf3014f0a1480e7c56236ebb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 4 Jan 2026 21:28:36 -0500 Subject: add all sorts of things --- wayland-basics/dot-config/satty/config.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 wayland-basics/dot-config/satty/config.toml (limited to 'wayland-basics/dot-config/satty') 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", +] -- cgit v1.2.3-71-gdd5e