changed my hostname

This commit is contained in:
Hannes
2026-07-03 21:48:06 +02:00
parent ef2f7bf57c
commit 5ed4535e46
8 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ hl.bind("SUPER+SHIFT+C", hl.dsp.exec_cmd("code --password-store=gnome-libsecret"
hl.bind("SUPER+SHIFT+V", hl.dsp.exec_cmd("vscodium"))
-- device specifics
if HOSTNAME == "archlinux-hypr" then
if HOSTNAME == "honney-main" then
for i = 1, 12 do
hl.bind("SUPER+SHIFT+CTRL+F"..tostring(i), hl.dsp.exec_cmd("~/.config/hypr/scripts/makropad/button"..string.format("%02d", i)..".sh"))
end