Compare commits

...

2 commits

Author SHA1 Message Date
2b1bdb41b6 more delta configs 2022-09-12 10:58:10 -05:00
427cdb4851 touchscreen broken 2022-09-12 10:56:29 -05:00
4 changed files with 11 additions and 8 deletions

View file

@ -1,7 +1,8 @@
#!/bin/sh
# enable touch on only laptop monitor
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP-1
# this isn't working for some reason
xinput --map-to-output '18' eDP-1
xss-lock -- ~/bin/lock &

View file

@ -14,26 +14,29 @@
[branch]
autosetuprebase = always
[alias]
root = rev-parse --show-toplevel
adog = log --all --decorate --oneline --graph
gl = config --global -l
last = log -1 HEAD --stat
ll = log --oneline
st = status -sb
s = status -s
co = checkout
cob = checkout -b
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
# list aliases
la = "!git config -l | grep alias | cut -c 7-"
root = rev-parse --show-toplevel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[help]
autocorrect = 20
autocorrect = 20
[delta]
line-numbers = true
zero-style = dim syntax
diff-so-fancy = true
theme = catppuccin

View file

@ -9,4 +9,4 @@ git:
branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline'
paging:
colorArg: always
pager: delta --dark --paging=never --theme catppuccin
pager: delta --dark --paging=never

View file

@ -66,4 +66,3 @@ snake() {
fi
fi
}