mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
move the MOTD refresh up from 1 minute to 5 minutes
This commit is contained in:
parent
3167bf805b
commit
4ba1ad1cd1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Default windows
|
||||
screen -t shell 3
|
||||
screen -t MOTD 2 watch -n 60 cat /etc/motd
|
||||
screen -t MOTD 2 watch -n 300 cat /etc/motd
|
||||
screen -t welcome 1 screen-profiles-helper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue