Rename scripts
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
df6b44e541
commit
410d0b33c6
46 changed files with 566 additions and 249 deletions
15
system/.local/bin/screenlock
Executable file
15
system/.local/bin/screenlock
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# screenlock
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This script locks the screen using i3lock-fancy. This script is called
|
||||
# using a custom i3 keybinding.
|
||||
#
|
||||
# USAGE:
|
||||
# ./screenlock
|
||||
i3lock-fancy -f "Noto Sans"
|
Loading…
Add table
Add a link
Reference in a new issue