conf2/awesome/.config/awesome/autorun.sh
2018-11-15 19:30:21 +01:00

14 lines
215 B
Bash
Executable File

#!/usr/bin/env bash
function run {
if ! pgrep $1;
then
$@&
fi
}
run /usr/lib/polkit-kde-authentication-agent-1
run ~/script/autoxrandr
run setxkbmap -layout "fr,us"
run KeePassXC