🐛 fix(configs): hardcoded home dir
This commit is contained in:
parent
c4aba759d0
commit
07bee72e48
4 changed files with 4 additions and 4 deletions
|
@ -175,7 +175,7 @@
|
|||
"animations.Smooth-Mode": true,
|
||||
"animations.Install-Method": "Apc Customize UI++",
|
||||
"apc.imports": [
|
||||
"file:///home/matt/.vscode-oss/extensions/brandonkirbyson.vscode-animations-2.0.1/dist/updateHandler.js"
|
||||
"file://${userHome}/.vscode-oss/extensions/brandonkirbyson.vscode-animations-2.0.3/dist/updateHandler.js"
|
||||
],
|
||||
// Language specific
|
||||
"markdown.preview.scrollEditorWithPreview": true,
|
||||
|
|
|
@ -50,7 +50,7 @@ margin = 20
|
|||
lazy = true
|
||||
|
||||
[wallpapers]
|
||||
path = "/home/matt/.config/hypr/theme/walls/"
|
||||
path = "~/.config/hypr/theme/walls/"
|
||||
interval = 60 # change every hour
|
||||
command = "swww img --transition-bezier 0.5,1.19,.8,.4 --transition-type wipe --transition-duration 2 --transition-fps 75 \"[file]\" && notify-send 'Wallpaper Changed' -i \"[file]\" --app-name=Wallpaper"
|
||||
clear_command = "swww clear"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
settings:
|
||||
keyb_path: /home/matt/.config/keyb/bindings/default.yml
|
||||
keyb_path: ~/.config/keyb/bindings/default.yml
|
||||
debug: false
|
||||
reverse: false
|
||||
mouse: true
|
||||
|
|
|
@ -3,5 +3,5 @@ maximized = false
|
|||
srgb = true
|
||||
idle = false
|
||||
no-multigrid = true
|
||||
neovim_bin = "/home/matt/.local/share/bob/nvim-bin/nvim"
|
||||
neovim_bin = "~/.local/share/bob/nvim-bin/nvim"
|
||||
frame = "full"
|
||||
|
|
Loading…
Add table
Reference in a new issue