[SOLVED] Scrot (print screen)
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
[SOLVED] Scrot (print screen)
I want to use scrot in Lxde but I want to use Print Screen key on my laptop to use it. Can that be use that way, if so how?
Last edited by Jack on 31 Dec 2017, 20:37, edited 1 time in total.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- ncmprhnsbl
- DEV Team
- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Scrot (print screen)
have a look at /home/guest/openbox/lxde-rc.xml
at line 330:
change "gnome-screenshot -i" to "scrot"
this will place the resulting screenshot in /home/guest as a .png
at line 330:
Code: Select all
<!-- Launch gnome-screenshot when PrintScreen is pressed -->
<keybind key="Print">
<action name="Execute"><command>gnome-screenshot -i</command></action>
</keybind>
this will place the resulting screenshot in /home/guest as a .png
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Scrot (print screen)
Thanks ncmprhnsbl, It works great and now I can take screenshot.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.