From 215ac747d8541519d3ad09011b44f264b9fa7385 Mon Sep 17 00:00:00 2001 From: VietNguyenx <101798660+VietNguyenVN@users.noreply.github.com> Date: Fri, 15 May 2026 00:31:29 +0700 Subject: [PATCH] Update keybinds.lua --- dots/.config/hypr/hyprland/keybinds.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/dots/.config/hypr/hyprland/keybinds.lua b/dots/.config/hypr/hyprland/keybinds.lua index d6fec3485..28435e68a 100644 --- a/dots/.config/hypr/hyprland/keybinds.lua +++ b/dots/.config/hypr/hyprland/keybinds.lua @@ -3,9 +3,6 @@ require("hyprland.variables") if is_file_exists(HOME .. "/.config/hypr/custom/variables.lua") then require("custom.variables") end -if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then - require("custom.keybinds") -end local qsScripts = "$HOME/.config/quickshell/$qsConfig/scripts" local hyprScripts = "$HOME/.config/hypr/hyprland/scripts"