This commit is contained in:
parent
d93f63cf82
commit
c449dfcb5f
13 changed files with 105 additions and 58 deletions
6
.local/bin/scripts/lock-suspend
Executable file
6
.local/bin/scripts/lock-suspend
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
pkill -0 i3lock || \
|
||||
DISPLAY=:0 lock
|
||||
xkb-switch -s us
|
||||
systemctl suspend
|
||||
Loading…
Add table
Add a link
Reference in a new issue