Update keybinds.lua

This commit is contained in:
VietNguyenx
2026-05-15 00:31:29 +07:00
committed by GitHub
parent 9eda50178b
commit 215ac747d8
-3
View File
@@ -3,9 +3,6 @@ require("hyprland.variables")
if is_file_exists(HOME .. "/.config/hypr/custom/variables.lua") then if is_file_exists(HOME .. "/.config/hypr/custom/variables.lua") then
require("custom.variables") require("custom.variables")
end end
if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then
require("custom.keybinds")
end
local qsScripts = "$HOME/.config/quickshell/$qsConfig/scripts" local qsScripts = "$HOME/.config/quickshell/$qsConfig/scripts"
local hyprScripts = "$HOME/.config/hypr/hyprland/scripts" local hyprScripts = "$HOME/.config/hypr/hyprland/scripts"