This commit is contained in:
iris committed 2026-06-05 21:37:48 -04:00
1 parent 7267fb6a93
commit a02a8c7788
3 files changed
+14 -175

No files matched your search

+7 -12
View File
@@ -3,12 +3,12 @@ local mod = "SUPER"
-- keybinds
local commands = {
{ "return", "ghostty" },
{ "d", "wofi --show drun -IG" },
{ "l", "popup pulsemixer" },
{ "u", "popup qalc" },
{ "k", "popup note" },
{ "j", "ocr" },
{ "return", "ghostty" },
{ "d", "wofi --show drun -iIG" },
{ "l", "popup pulsemixer" },
{ "u", "popup qalc" },
{ "k", "popup note" },
{ "j", "ocr" },
}
hl.bind(mod .. " + v", hl.dsp.window.close())
@@ -19,6 +19,7 @@ hl.bind(mod .. " + semicolon", hl.dsp.window.fullscreen())
hl.bind(mod .. " + SHIFT + l", hl.dsp.workspace.toggle_special("keepass"))
hl.bind("print", hl.dsp.exec_cmd("screenshot"))
hl.bind("SHIFT + print", hl.dsp.exec_cmd("grim - | swappy -f -"))
hl.bind(mod .. " + space", hl.dsp.window.float())
local mov_keys = {
{ "n", "left" },
@@ -167,9 +168,3 @@ hl.on("hyprland.start", function()
hl.exec_cmd("eww open bar-eDP")
hl.exec_cmd("keepassxc")
end)
-- get lua ls to stop complaining
function _()
---@diagnostic disable-next-line: lowercase-global
hl = {}
end