From 100e3b31728db8494b5524ecdf31f1bad8d85d28 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sun, 31 May 2026 16:25:07 +0200 Subject: [PATCH] disabled lock keybind for now --- homemanager/hyprland/hyprland.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homemanager/hyprland/hyprland.lua b/homemanager/hyprland/hyprland.lua index c90cb52..8659cc2 100644 --- a/homemanager/hyprland/hyprland.lua +++ b/homemanager/hyprland/hyprland.lua @@ -232,7 +232,7 @@ hl.config({ hl.config({ misc = { - force_default_wallpaper = 0, -- Set to 0 or 1 to disable the anime mascot wallpapers + force_default_wallpaper = 0, -- Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = true, -- If true disables the random hyprland logo / anime girl background. :( }, }) @@ -302,7 +302,7 @@ hl.bind(mainMod .. " + SHIFT + V", hl.dsp.exec_cmd("~/.config/hypr/scripts/gpu-s -- Noctalia Shell goodies -hl.bind(mainMod .. " + L", hl.dsp.exec_cmd("noctalia-shell ipc call lockScreen lock")) +-- hl.bind(mainMod .. " + SHIFT + L", hl.dsp.exec_cmd("noctalia-shell ipc call lockScreen lock")) hl.bind("F10", hl.dsp.exec_cmd("noctalia-shell ipc call lockScreen lock")) hl.bind(mainMod .. " + I", hl.dsp.exec_cmd("noctalia-shell ipc call bar toggle"))