Various minor updates and fixes

- add ~/.gitconfig
  - update hardcoded home directory links to `~`
  - Switch to using cargo/rustup's auto-generated fish config file instead of handling it in custom.fish
This commit is contained in:
askiiart 2024-09-23 10:08:46 -05:00
parent 012e9b835f
commit f11647376f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 28 additions and 14 deletions
waybar

View file

@ -8,7 +8,8 @@
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad"
"sway/scratchpad",
"custom/polycat"
],
"modules-right": [
"pulseaudio",
@ -38,6 +39,10 @@
// "default": ""
// }
},
"custom/polycat": {
"exec": "polycat",
"restart-interval": 0
},
"keyboard-state": {
"numlock": true,
"capslock": true,