Update dotfiles (2026-05-16 01:02:53)

This commit is contained in:
2026-05-16 01:02:53 +02:00
parent aa4449866a
commit bf1e1ef532
17 changed files with 5871 additions and 5470 deletions
+9
View File
@@ -10,6 +10,15 @@ hl.bind(mainMod .. " + N", hl.dsp.global("zshell:toggle-nc"))
hl.bind(mainMod .. " + SHIFT + S", hl.dsp.global("zshell:screenshot"))
hl.bind(mainMod .. " + CTRL + S", hl.dsp.global("zshell:screenshotFreeze"))
hl.bind(mainMod .. " + L", hl.dsp.global("zshell:lock"))
hl.bind(mainMod .. " + I", hl.dsp.global("zshell:toggle-settings"))
hl.bind(
mainMod .. " + CTRL + SHIFT + R",
hl.dsp.exec_cmd("zshell-cli shell kill; sleep 0.5; " .. prefix .. "zshell-cli shell start")
)
-- ZOOMING HYPRLAND IS WEIRD
hl.bind(mainMod .. " + mouse_down", hl.dsp.exec_cmd("~/.config/hypr/scripts/zoomIn.sh"))
hl.bind(mainMod .. " + mouse_up", hl.dsp.exec_cmd("~/.config/hypr/scripts/zoomOut.sh"))
-- QML
hl.bind("CTRL + mouse:274", hl.dsp.exec_cmd("ideskpet toggle-region"))