🐛 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.Smooth-Mode": true,
|
||||||
"animations.Install-Method": "Apc Customize UI++",
|
"animations.Install-Method": "Apc Customize UI++",
|
||||||
"apc.imports": [
|
"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
|
// Language specific
|
||||||
"markdown.preview.scrollEditorWithPreview": true,
|
"markdown.preview.scrollEditorWithPreview": true,
|
||||||
|
|
|
@ -50,7 +50,7 @@ margin = 20
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
[wallpapers]
|
[wallpapers]
|
||||||
path = "/home/matt/.config/hypr/theme/walls/"
|
path = "~/.config/hypr/theme/walls/"
|
||||||
interval = 60 # change every hour
|
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"
|
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"
|
clear_command = "swww clear"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
settings:
|
settings:
|
||||||
keyb_path: /home/matt/.config/keyb/bindings/default.yml
|
keyb_path: ~/.config/keyb/bindings/default.yml
|
||||||
debug: false
|
debug: false
|
||||||
reverse: false
|
reverse: false
|
||||||
mouse: true
|
mouse: true
|
||||||
|
|
|
@ -3,5 +3,5 @@ maximized = false
|
||||||
srgb = true
|
srgb = true
|
||||||
idle = false
|
idle = false
|
||||||
no-multigrid = true
|
no-multigrid = true
|
||||||
neovim_bin = "/home/matt/.local/share/bob/nvim-bin/nvim"
|
neovim_bin = "~/.local/share/bob/nvim-bin/nvim"
|
||||||
frame = "full"
|
frame = "full"
|
||||||
|
|
Loading…
Add table
Reference in a new issue