Update dotfiles (2026-05-16 01:02:53)
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user