6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
export DISPLAY=:0
|
|
export SHELL=/bin/bash
|
|
|
|
exec 2>&1
|
|
exec sxhkd
|