Remove usage of swapescape for keyboard, gpgsign + gitignore global more things

This commit is contained in:
Loïc Gremaud 2024-05-23 13:55:57 +02:00
parent 48b42495b2
commit a8c9098959
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D
4 changed files with 9 additions and 4 deletions

View File

@ -320,7 +320,7 @@ tiling_drag modifier titlebar
## Syntax: ## Syntax:
#exec [--no-startup-id] <command> #exec [--no-startup-id] <command>
#exec_always [--no-startup-id] <command> #exec_always [--no-startup-id] <command>
exec_always --no-startup-id setxkbmap -option caps:swapescape exec_always --no-startup-id setxkbmap us
exec_always --no-startup-id ~/.screenlayout/default.sh exec_always --no-startup-id ~/.screenlayout/default.sh
exec_always --no-startup-id ~/.config/i3/scripts/i3_autostart exec_always --no-startup-id ~/.config/i3/scripts/i3_autostart

View File

@ -7,7 +7,7 @@
;signingkey = C6424C524F8B4D0B0C6F9380ACD9F65FA7E19986;USB-C ;signingkey = C6424C524F8B4D0B0C6F9380ACD9F65FA7E19986;USB-C
token = REPLACE HERE TOKEN token = REPLACE HERE TOKEN
[commit] [commit]
gpgSign = false gpgSign = true
[gpg] [gpg]
program = gpg2 program = gpg2
[tag] [tag]

View File

@ -22,3 +22,8 @@ returner-consumer-stderr.log
returner-consumer-stdout.log returner-consumer-stdout.log
celery-exporter celery-exporter
.gitlab.nvim
arcanite_gestion/lib/
dependencies.html

View File

@ -37,8 +37,8 @@ f() { find . -name "*$1*"; }
tar-create() {tar cfv $@} tar-create() {tar cfv $@}
tar-list() {tar -tvf $@} tar-list() {tar -tvf $@}
tar-extract() {tar xfv $@} tar-extract() {tar xfv $@}
us-layout() {setxkbmap us -option caps:swapescape } us-layout() {setxkbmap us }
usint-layout() {setxkbmap us -variant intl -option caps:swapescape } usint-layout() {setxkbmap us -variant intl }
make_venv() { make_venv() {
echo $(basename $(pwd) | awk '{print "conda activate "$1}') > $(pwd | awk '{print $1"/.autoenv.zsh"}') echo $(basename $(pwd) | awk '{print "conda activate "$1}') > $(pwd | awk '{print $1"/.autoenv.zsh"}')