Compare commits

..

No commits in common. "2b1bdb41b642c3deba4ee2cb01e5514bdac0248f" and "7c9af8453e830f551abfc7e289c6836412b2354c" have entirely different histories.

4 changed files with 8 additions and 11 deletions

View file

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

View file

@ -14,29 +14,26 @@
[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
[delta]
line-numbers = true
zero-style = dim syntax
diff-so-fancy = true
theme = catppuccin
autocorrect = 20

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
pager: delta --dark --paging=never --theme catppuccin

View file

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