Remove usage of swapescape for keyboard, gpgsign + gitignore global more things
This commit is contained in:
parent
48b42495b2
commit
a8c9098959
@ -320,7 +320,7 @@ tiling_drag modifier titlebar
|
||||
## Syntax:
|
||||
#exec [--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 ~/.config/i3/scripts/i3_autostart
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
;signingkey = C6424C524F8B4D0B0C6F9380ACD9F65FA7E19986;USB-C
|
||||
token = REPLACE HERE TOKEN
|
||||
[commit]
|
||||
gpgSign = false
|
||||
gpgSign = true
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[tag]
|
||||
|
||||
@ -22,3 +22,8 @@ returner-consumer-stderr.log
|
||||
returner-consumer-stdout.log
|
||||
|
||||
celery-exporter
|
||||
|
||||
.gitlab.nvim
|
||||
|
||||
arcanite_gestion/lib/
|
||||
dependencies.html
|
||||
|
||||
@ -37,8 +37,8 @@ f() { find . -name "*$1*"; }
|
||||
tar-create() {tar cfv $@}
|
||||
tar-list() {tar -tvf $@}
|
||||
tar-extract() {tar xfv $@}
|
||||
us-layout() {setxkbmap us -option caps:swapescape }
|
||||
usint-layout() {setxkbmap us -variant intl -option caps:swapescape }
|
||||
us-layout() {setxkbmap us }
|
||||
usint-layout() {setxkbmap us -variant intl }
|
||||
|
||||
make_venv() {
|
||||
echo $(basename $(pwd) | awk '{print "conda activate "$1}') > $(pwd | awk '{print $1"/.autoenv.zsh"}')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user