xflock4: lock the screen
Posted: 2017-06-19 Filed under: desktop, system | Tags: lock, xfce, xflock4 Leave a commentI am using XFCE and I want to have an entry in the menu that will lock the screen. The command that locks the screen in XFCE is
xflock4
yes… it took me some time to figure it out. Anyway, from here it is quite straightforward. I made the following xflock4.desktop
file:
[Desktop Entry] Categories=System; Comment=Molecular evolutionary genetics analysis Exec=xflock4 Icon=/usr/share/icons/Adwaita/48x48/status/changes-prevent.png Name=Screen lock StartupNotify=false Type=Application
and placed it in ~/.local/share/applications/
That’s it!