7 lines
73 B
Plaintext
7 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
export DISPLAY=:0
|
||
|
export SHELL=/bin/bash
|
||
|
|
||
|
exec 2>&1
|
||
|
exec sxhkd
|