summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-11-06 11:33:40 +0100
committeryctct <yctct@yctct.com>2025-11-06 11:33:40 +0100
commitfaeb16feac6c62885dc7a6c3273c74ca05a93dd5 (patch)
treeca5af9e637fc5caae2e0f982a8942d3f583d71a0 /README.txt
Add the patch and the readmeHEADmain
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..219c9c3
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,34 @@
+This is a patch to tell awesome window manager to run the script capscr[1] when
+the user press the key PrtSc.
+
+Patch rc.lua
+------------
+
+Download the patch in the directory ~/.config/awesome
+
+ $ sudo apt install wget # install wget first
+ $ wget https://git.yctct.com/printscreen.patch
+
+Apply the patch to your rc.lua config file:
+
+ $ patch -i printscreen.patch
+
+The patch should be applied; if you use git you can run $ git diff to see.
+
+When the rc.lua file is patched you can delete the file containing the patch:
+
+ $ rm -i printscreen.patch
+
+If you use git:
+
+ $ git add rc.lua
+ $ git commit -m "Apply printscreen patch"
+
+You can remove the patch by deleting the commit.
+
+More
+----
+
+Here is a guide showing how to do the whole set up with capscr: htpps://yctct.com/awesome-prtsc
+
+[1] https://git.yctct.com/small/tree/capscr