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