From de1b014f8bd4f1ddeaf48db14b0347fe583a1848 Mon Sep 17 00:00:00 2001 From: asus Date: Wed, 12 Jun 2024 16:30:49 +0200 Subject: [PATCH] added shorcut instruction --- tutos/computer.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutos/computer.txt b/tutos/computer.txt index 84b8e46..4aa7b15 100644 --- a/tutos/computer.txt +++ b/tutos/computer.txt @@ -297,4 +297,10 @@ find | sort | grep -ve "node_modules/" -e ".git/" | sed 's#[^/]*/#|__ #g;s#__ |# - re-add code to move cursor on wrap text in vimrc - add vimrc, zshrc, and screenrc in default screen windows +**screenshots :** + - changed the action when print key is pressed : + - the old default shortcut executed this command : **xfce4-screenshooter -f** + - now it executes a script that will make the capture instantanously + - this script contains this command : **xfce4-screenshooter -f -s /home/asususus/Nextcloud/medias/screenshots/screenshot-$(date +%Y-%m-%d_%H-%M-%S).png** + - i also added a shortcut to execute the previous command : **ctrl print**