[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
|
# AwesomeWM startup items
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
if ! pgrep -f "$1" ;
|
if ! pgrep -f "$1"; then
|
||||||
then
|
"$@" &
|
||||||
"$@"&
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,9 +19,10 @@ run "keepassxc"
|
||||||
/usr/sbin/nextcloud --background &
|
/usr/sbin/nextcloud --background &
|
||||||
/usr/sbin/pasystray --key-grabbing --notify=all &
|
/usr/sbin/pasystray --key-grabbing --notify=all &
|
||||||
/usr/sbin/xscreensaver -no-splash &
|
/usr/sbin/xscreensaver -no-splash &
|
||||||
|
/usr/sbin/clipcatd &
|
||||||
/usr/sbin/sleep 4
|
/usr/sbin/sleep 4
|
||||||
|
|
||||||
# This seems to broken specifically for wezterm & btop at startup
|
# This seems to broken specifically for wezterm & btop at startup
|
||||||
/usr/sbin/wezterm cli spawn --new-window -- /usr/sbin/btop
|
/usr/sbin/wezterm cli spawn --new-window -- /usr/sbin/btop
|
||||||
/usr/sbin/sleep 2
|
/usr/sbin/sleep 2
|
||||||
/usr/sbin/wmctrl -r btop -t 8
|
/usr/sbin/wmctrl -r btop -t 8
|
||||||
|
|
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