Skip to content

Commit 24b28b0

Browse files
committed
added satty dots
1 parent 4d4ccf3 commit 24b28b0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.configs/fish/functions/screenshot.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function screenshot
22
set dir (_ensure_screenshot_dir)
33
set filename (date '+%Y%m%d-%H:%M:%S').png
4-
grim -g "$(slurp -o -r -c '##ff0000ff')" -t ppm - | satty --filename - --fullscreen --output-filename "$dir/$filename"
4+
grim -g "$(slurp -o -r -c '##ff0000ff')" -t ppm - | satty --filename - --output-filename "$dir/$filename"
55
end
66

77
function _ensure_screenshot_dir

.configs/satty/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[general]
2+
fullscreen = true
3+
initial-tool = "crop"
4+
annotation-size-factor = 0.3
5+
6+
actions-on-enter = ["save-to-clipboard", "exit"]

dotfiles.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"waybar" = ".config/waybar"
44
"rofi" = ".config/rofi"
55
"yazi" = ".config/yazi"
6+
"satty" = ".config/satty"
67

78
"alacritty" = ".config/alacritty"
89
"zellij" = ".config/zellij"

0 commit comments

Comments
 (0)