Skip to content

Commit

Permalink
[xbindkeys] Wip: Update gscreenshot commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Oct 10, 2022
1 parent 85800fb commit 76ad4d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xbindkeys/.xbindkeysrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"/home/marcel/bin/keyboard toggle ca us"
Mod2+Mod4 + k

"f=$(date +/tmp/%Y-%m-%d_%H-%M-%S_gscreenshot.png); gscreenshot-cli --select --clip --filename $f"
"export f=$(date +/tmp/%Y-%m-%d_%H-%M-%S_gscreenshot.png); gscreenshot-cli --select --clip --filename $f"
Print
"f=$(date +/tmp/%Y-%m-%d_%H-%M-%S_gscreenshot.png); gscreenshot-cli --select --clip --filename $f && $HOME/.local/bin/so $f"
"export f=$(date +/tmp/%Y-%m-%d_%H-%M-%S_gscreenshot.png); gscreenshot-cli --select --clip --filename $f && $HOME/.local/bin/so $f"
shift+Print
"f=$(date +/tmp/%Y-%m-%d_%H-%M-%S_gscreenshot.png); gscreenshot-cli --select --clip --filename $f && gimp $f"
"export f=$(date +/tmp/%Y-%m-%d_%H-%M-%S_gscreenshot.png); gscreenshot-cli --select --clip --filename $f && gimp $f"
control+shift+Print

"xbindkeys_show"
Expand Down

0 comments on commit 76ad4d3

Please sign in to comment.