screenrc: move the non-nice root shell from 0 to 5
This commit is contained in:
parent
533e7ec0e0
commit
4c237059da
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
source /etc/screenrc
|
||||
|
||||
# my preferred default windows
|
||||
screen 0 sudo su -
|
||||
screen 0 sudo ionice -c 3 nice su -
|
||||
screen 1 sudo ionice -c 3 nice su -
|
||||
screen 2 sudo ionice -c 3 nice su -
|
||||
screen 3 sudo ionice -c 3 nice su -
|
||||
screen 4 sudo ionice -c 3 nice su -
|
||||
screen 4 sudo su -
|
||||
screen 5 zsh
|
||||
screen 6 zsh
|
||||
screen 7 zsh
|
||||
screen 8 zsh
|
||||
screen 9 zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue