From 07bee72e48ab063846c4e7d7b07027e007113da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 26 May 2024 17:28:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(configs):=20hardcoded=20home?= =?UTF-8?q?=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/VSCodium/User/settings.json | 2 +- .config/hypr/pyprland.toml | 2 +- .config/keyb/config.yml | 2 +- .config/neovide/config.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 4f5c63c0..8ef64668 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -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, diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index b3c5887e..f294b4d2 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -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" diff --git a/.config/keyb/config.yml b/.config/keyb/config.yml index d6b0f680..7d4f5b6f 100644 --- a/.config/keyb/config.yml +++ b/.config/keyb/config.yml @@ -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 diff --git a/.config/neovide/config.toml b/.config/neovide/config.toml index 30c120bf..aac2b9c6 100644 --- a/.config/neovide/config.toml +++ b/.config/neovide/config.toml @@ -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"