Add freeze-less screenshot shortcut
[khome.git] / home / .xbindkeysrc
index b3e1808..d329713 100644 (file)
 # ------------------------
 # Screenshot
 # ------------------------
-"scrot --select --freeze 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'"
+"scrot --freeze --select 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'"
     Print
 
+"scrot          --select 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'"
+    Shift + Print
+
+# Screencast
+"st -c screencast -e ~/bin/screencast"
+    Control + Print
+
 # ----------------
 # App launchers
 # ----------------
 
 ### Edit specific files
 
-"todo.launch.sh"
+"today.launch.sh"
     Mod4 + t
 
 "cd ~/doc/ideas && gvim ideas.md"
 #"cd ~/doc/drafts && drafts_prepend && gvim -c NERDTreeFind drafts.md"
 "cd ~/doc/drafts && drafts_prepend && gvim drafts.md"
     Mod4 + d
-"cd ~/doc/notes && notes_prepend && gvim notes.md"
+"cd ~/doc/notes && notes_prepend && gvim -c NERDTreeFind notes.md"
     Mod4 + n
 "cd ~/doc/bookmarks && gvim bookmarks.md"
     Mod4 + b
This page took 0.03274 seconds and 4 git commands to generate.