diff --git a/gui/awesome.sh b/gui/awesome.sh index f5dff28..05706dc 100755 --- a/gui/awesome.sh +++ b/gui/awesome.sh @@ -35,6 +35,8 @@ export XDG_RUNTIME_DIR=/tmp/runtime-klesh mkdir -p $XDG_RUNTIME_DIR autorandr --change --force +mpd +picomdaemon exec dbus-run-session -- awesome 2> /tmp/awesome.log EOT @@ -46,7 +48,7 @@ export PROXY_HOST=localhost export PROXY_PORT=4780 export PROXY_PROTO=http export TMUX_SHELL=/usr/bin/fish -export PATH=~/dotfiles/bin:~/.local/bin:$PATH +export PATH=~/dotfiles/bin:~/.local/bin:~/Nextcloud/bin:$PATH # startx Automatically if [ -z "$DISPLAY" ] && [ $(tty) = /dev/tty1 ]; then diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index 4466d09..4b7aeb8 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -831,11 +831,9 @@ client.connect_signal("unfocus", function(c) end) -- Autostart -awful.spawn.with_shell("picomdaemon") awful.spawn.with_shell("! /bin/pgrep nextcloud && nextcloud") awful.spawn.with_shell("ibus-daemon -drx") awful.spawn.with_shell("flameshot") -awful.spawn.with_shell("mpd") awful.spawn.with_shell("blueman-applet") awful.spawn.with_shell("nm-applet") awful.spawn.with_shell("copyq")