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:
parent
012e9b835f
commit
f11647376f
13 changed files with 28 additions and 14 deletions
waybar
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue