From fbe2ae8dc000d0dbd1b9e79c243cec4d15e76194 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Sun, 27 Mar 2022 20:40:00 +1100 Subject: Add awesomewm files (without secrets) --- .config/awesome/autorun.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 .config/awesome/autorun.sh (limited to '.config/awesome/autorun.sh') diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh new file mode 100755 index 0000000..fc88e37 --- /dev/null +++ b/.config/awesome/autorun.sh @@ -0,0 +1,22 @@ +#!/usr/bin/env bash + + +function run { + if ! pgrep -f $1 ; + then + $@& + fi +} + +nitrogen --restore & +run xrdb -merge ~/.Xresources +run numlockx on & +run lxsession & +run picom & +run volumeicon & +run nm-applet & +run fcitx & +run xset s off -dpms & +run xscreensaver -no-splash & +run /usr/bin/emacs --daemon & +#run discover-overlay & -- cgit v1.2.3