2025-02-15 23:44:40 +06:00
|
|
|
#!/bin/bash
|
|
|
|
# sh bin/main_monitor.sh
|
2025-04-18 21:40:38 +06:00
|
|
|
|
|
|
|
if [[ "$1" == "-r" ]]; then
|
|
|
|
sh bin/multi_monitors -r
|
|
|
|
fi
|
|
|
|
# sh bin/turbo_boost.sh disable
|
|
|
|
# sh bin/pywall.py -r
|
2025-02-15 23:44:40 +06:00
|
|
|
# nitrogen --restore
|
|
|
|
emacs --bg-daemon=main
|
|
|
|
emacs --bg-daemon=documents
|
|
|
|
emacs --bg-daemon=terminal
|
|
|
|
emacs --bg-daemon=music
|
|
|
|
emacs --bg-daemon=other
|
|
|
|
emacs --bg-daemon=http
|
|
|
|
emacs --bg-daemon=fm
|