some hypr conf

This commit is contained in:
2026-06-14 14:57:47 -05:00
parent d176625db8
commit 30f18ea1a9
+6 -4
View File
@@ -87,8 +87,10 @@ hl.config({
-- misc -- misc
hl.config({ hl.config({
misc = {
force_default_wallpaper = 0, force_default_wallpaper = 0,
disable_hyprland_logo = false disable_hyprland_logo = false
}
}) })
-- input -- input
@@ -122,10 +124,10 @@ hl.bind(mainMod .. " + M",
hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch 'hl.dsp.exit()'")) hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch 'hl.dsp.exit()'"))
-- move focus -- move focus
hl.bind(mainMod .. "h", hl.dsp.focus({ direction = "left" })) hl.bind(mainMod .. " + h", hl.dsp.focus({ direction = "left" }))
hl.bind(mainMod .. "j", hl.dsp.focus({ direction = "down" })) hl.bind(mainMod .. " + j", hl.dsp.focus({ direction = "down" }))
hl.bind(mainMod .. "k", hl.dsp.focus({ direction = "up" })) hl.bind(mainMod .. " + k", hl.dsp.focus({ direction = "up" }))
hl.bind(mainMod .. "l", hl.dsp.focus({ direction = "right" })) hl.bind(mainMod .. " + l", hl.dsp.focus({ direction = "right" }))
-- switch/move workspaces -- switch/move workspaces
for i in 1, 10 do for i in 1, 10 do