scripts: add delayed screenshot binding
This commit is contained in:
parent
e189017c40
commit
17852af496
3 changed files with 13 additions and 0 deletions
1
scripts/delayed_screenshot.sh
Executable file
1
scripts/delayed_screenshot.sh
Executable file
|
@ -0,0 +1 @@
|
|||
grim -g "$(slurp; sleep 10)" - | swappy -f -
|
10
swappy/config
Normal file
10
swappy/config
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Default]
|
||||
save_dir=$HOME/Screenshots
|
||||
save_filename_format=swappy-%Y%m%d-%H%M%S.png
|
||||
show_panel=false
|
||||
line_size=5
|
||||
text_size=20
|
||||
text_font=sans-serif
|
||||
paint_mode=brush
|
||||
early_exit=true
|
||||
fill_shape=false
|
|
@ -8,6 +8,8 @@ alias z="cd /home/thomas/repos/eolas"
|
|||
alias zn="/home/thomas/repos/eolas/scripts/new_zk_note.sh"
|
||||
alias dot="cd /home/thomas/dotfiles"
|
||||
alias gpt="chatgpt-cli"
|
||||
alias ss="/home/thomas/dotfiles/scripts/screenshot.sh"
|
||||
alias SS="/home/thomas/dotfiles/scripts/delayed_screenshot.sh"
|
||||
|
||||
# alias xhd="cd /run/media/thomas"
|
||||
# alias cs-update="/home/thomas/repos/eolas/_scripts/auto_save.sh"
|
||||
|
|
Loading…
Add table
Reference in a new issue