Add XDG support

This commit is contained in:
anmiller
2025-03-20 20:35:34 +00:00
parent d0a7049bd8
commit a07797c281
7 changed files with 16 additions and 0 deletions

View 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