Adds lock (5min) and screen-off (6min) idle timeouts, which were previously unset so the shell never dimmed/locked.
41 lines
582 B
Plaintext
Executable File
41 lines
582 B
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files.
|
|
!.gitignore
|
|
!.gitconfig
|
|
!.editorconfig
|
|
!.nvmrc
|
|
!.ruby-version
|
|
!.python-version
|
|
!.p10k.zsh
|
|
!.zprofile
|
|
!.zlogout
|
|
!.zlogin
|
|
!.zshrc
|
|
!.zshenv
|
|
!.hushlogin
|
|
!arty.yml
|
|
!bin/
|
|
!bin/arty
|
|
!bin/stacks
|
|
!bin/README.md
|
|
!bin/setup
|
|
!.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/keybindings.json
|
|
!.config/
|
|
!.config/yazi/
|
|
!.config/yazi/yazi.toml
|
|
!.config/micro/
|
|
!.config/micro/settings.json
|
|
!.config/micro/bindings.json
|
|
!.config/bat/
|
|
!.config/bat/config
|
|
!.config/glow/
|
|
!.config/glow/glow.yml
|
|
!.config/noctalia/
|
|
!.config/noctalia/config.toml
|
|
!LICENSE
|
|
!README.md
|