6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pkill -0 i3lock || \
|
|
DISPLAY=:0 lock
|
|
xkb-switch -s us
|
|
systemctl suspend
|