[awesome] Restoring unrelated commits
This commit is contained in:
parent
be71f3ade0
commit
7beb8c156f
2 changed files with 500 additions and 474 deletions
|
@ -4,9 +4,8 @@
|
|||
# AwesomeWM startup items
|
||||
|
||||
run() {
|
||||
if ! pgrep -f "$1" ;
|
||||
then
|
||||
"$@"&
|
||||
if ! pgrep -f "$1"; then
|
||||
"$@" &
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -20,6 +19,7 @@ run "keepassxc"
|
|||
/usr/sbin/nextcloud --background &
|
||||
/usr/sbin/pasystray --key-grabbing --notify=all &
|
||||
/usr/sbin/xscreensaver -no-splash &
|
||||
/usr/sbin/clipcatd &
|
||||
/usr/sbin/sleep 4
|
||||
|
||||
# This seems to broken specifically for wezterm & btop at startup
|
||||
|
|
966
awesome/rc.lua
966
awesome/rc.lua
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue