Add XDG support
This commit is contained in:
14
screen/.config/screen/screenrc
Normal file
14
screen/.config/screen/screenrc
Normal file
@@ -0,0 +1,14 @@
|
||||
# Defaults to using bash as the shell
|
||||
defshell bash
|
||||
# Extend scrollback buffer
|
||||
defscrollback 100000
|
||||
# Disable startup message
|
||||
startup_message off
|
||||
|
||||
# Do not lock the screen
|
||||
bind x
|
||||
bind ^x
|
||||
|
||||
# Do not write a copy of screen out to disk
|
||||
bind h
|
||||
bind ^h
|
||||
Reference in New Issue
Block a user