added screen
This commit is contained in:
parent
0617ab92e1
commit
c323d15aeb
@ -4,4 +4,5 @@ Enable:
|
||||
```
|
||||
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
|
||||
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
|
||||
ln -s $(pwd)/screenrc $HOME/.screenrc
|
||||
```
|
||||
|
16
screenrc
Normal file
16
screenrc
Normal file
@ -0,0 +1,16 @@
|
||||
# Use bash
|
||||
shell /bin/bash
|
||||
|
||||
autodetach on
|
||||
|
||||
# Big scrollback
|
||||
defscrollback 5000
|
||||
|
||||
# No annoying startup message
|
||||
startup_message off
|
||||
|
||||
# Display the status line at the bottom
|
||||
hardstatus on
|
||||
hardstatus alwayslastline
|
||||
hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c"
|
||||
|
Loading…
Reference in New Issue
Block a user