Comment the scripts in system/bin
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
09d9f2c1c8
commit
e405bbcd89
7 changed files with 94 additions and 21 deletions
|
@ -1,2 +1,15 @@
|
|||
#!/bin/bash
|
||||
dm-tool lock
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# screenlock.sh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This script locks the screen using lightdm. This script is called
|
||||
# using a custom i3 keybinding.
|
||||
#
|
||||
# USAGE:
|
||||
# ./screenlock.sh
|
||||
dm-tool lock
|
Loading…
Add table
Add a link
Reference in a new issue