Lua
This commit is contained in:
@@ -141,6 +141,10 @@ hl.bind("SUPER + H", hl.dsp.focus({ direction = "left" }), { description = "Move
|
||||
hl.bind("SUPER + L", hl.dsp.focus({ description = "right" }), { description = "Move window focus right" })
|
||||
hl.bind("SUPER + K", hl.dsp.focus({ direction = "up" }), { description = "Move window focus up" })
|
||||
hl.bind("SUPER + J", hl.dsp.focus({ direction = "down" }), { description = "Move window focus down" })
|
||||
hl.bind("SUPER + SHIFT + H", hl.dsp.window.move({ direction = "left" }), { description = "Move window left" })
|
||||
hl.bind("SUPER + SHIFT + L", hl.dsp.window.move({ direction = "right" }), { description = "Move window right" })
|
||||
hl.bind("SUPER + SHIFT + K", hl.dsp.window.move({ direction = "up" }), { description = "Move window up" })
|
||||
hl.bind("SUPER + SHIFT + J", hl.dsp.window.move({ direction = "down" }), { description = "Move window down" })
|
||||
|
||||
-- Control scratchpad
|
||||
hl.bind("SUPER + S", hl.dsp.workspace.toggle_special("scratchpad"), { description = "Toggle scratchpad" })
|
||||
@@ -329,7 +333,6 @@ hl.bind(
|
||||
hl.bind("SUPER + SHIFT + SLASH", hl.dsp.exec_cmd("Enpass showassistant"), { description = "Passwords" })
|
||||
hl.bind("SUPER + SHIFT + E", hl.dsp.exec_cmd("station-launch-or-focus mailspring"), { description = "Email" })
|
||||
|
||||
-- If your web app url contains #, type it as ## to prevent hyprland treating it as a comment
|
||||
hl.bind(
|
||||
"SUPER + SHIFT + A",
|
||||
hl.dsp.exec_cmd('station-launch-webapp "https://gemini.google.com/app"'),
|
||||
|
||||
Reference in New Issue
Block a user