Update keybinds.lua to allow hl.unbind() (#3336)

This commit is contained in:
Minh
2026-05-14 19:43:29 +02:00
committed by GitHub
-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"