aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-27 15:29:01 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-27 15:29:01 +0100
commit878b4cd5e33736f08f275c112ed138173b0c7cc2 (patch)
tree274537a4e4af02f4f80938a34310f04975762bb4
parentqvm-screenshot: add -q : only take screenshot, no blabla (diff)
downloadlaurent-tools-878b4cd5e33736f08f275c112ed138173b0c7cc2.tar.xz
laurent-tools-878b4cd5e33736f08f275c112ed138173b0c7cc2.zip
qvm-screen*: document my KDE shortcuts
Diffstat (limited to '')
-rw-r--r--tools/qvm-screenrecord.sh2
-rw-r--r--tools/qvm-screenshot.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/qvm-screenrecord.sh b/tools/qvm-screenrecord.sh
index a7aee5e..49f518d 100644
--- a/tools/qvm-screenrecord.sh
+++ b/tools/qvm-screenrecord.sh
@@ -1,8 +1,8 @@
#!/bin/sh
# Record desktop in Qubes Dom0 and copy video to AppVM
-# If you want create a keyboard shortcut, use "konsole -e qvm-screenrecord.sh -n"
# Dependencies: recordmydesktop (sudo qubes-dom0-update recordmydesktop)
+# If you want create a keyboard shortcut, use "konsole -e qvm-screenrecord.sh -n"
# 2013, Laurent Ghigonis <laurent@p1sec.com>
DOM0_SHOTS_DIR=$HOME/shots
diff --git a/tools/qvm-screenshot.sh b/tools/qvm-screenshot.sh
index f9d0ef9..3b53508 100644
--- a/tools/qvm-screenshot.sh
+++ b/tools/qvm-screenshot.sh
@@ -2,6 +2,10 @@
# Take screenshot(s) in Qubes Dom0 and copy to AppVM
# Dependencies: scrot (sudo qubes-dom0-update scrot)
+# My KDE shortcuts:
+# Meta-C : screenshot.sh -s -n
+# Meta-Shift-C : screenshot.sh -s -n -m
+# Meta-Alt-C : screenshot.sh -s -q
# 2013, Laurent Ghigonis <laurent@p1sec.com>
DOM0_SHOTS_DIR=$HOME/shots