Skip to content

Commit

Permalink
awesomeWM bspwm dunst
Browse files Browse the repository at this point in the history
  • Loading branch information
SushiJ committed Oct 31, 2023
1 parent 11501ca commit d4d6e52
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 75 deletions.
11 changes: 11 additions & 0 deletions awesome/.config/awesome/autorun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

run() {
if ! pgrep -f "$1"; then
"$@" &
fi
}
run "lxpolkit"
run "blueman-applet"
# run "feh" --bg-fill $HOME/Downloads/wallpaps/current.png
run "xfce4-power-manager"
Loading

0 comments on commit d4d6e52

Please sign in to comment.