added shorcut instruction

This commit is contained in:
asus
2024-06-12 16:30:49 +02:00
parent c1752dfe4c
commit de1b014f8b

View File

@@ -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**