Compare commits

...

4 Commits

Author SHA1 Message Date
AramJonghu b55ca1a236 float on super + s again 2026-05-23 23:30:41 +02:00
AramJonghu e37c8498c9 disbled logs 2026-05-15 22:35:40 +02:00
AramJonghu 33a73988f2 blur enabled and stylua 2026-05-14 13:39:27 +02:00
AramJonghu 583f488a93 lua update is great 2026-05-14 13:16:18 +02:00
4 changed files with 34 additions and 29 deletions
+6 -1
View File
@@ -1,6 +1,7 @@
hl.bind("SUPER + mouse:272", hl.dsp.window.drag(), { mouse = true })
hl.bind("SUPER + mouse:273", hl.dsp.window.resize(), { mouse = true })
hl.bind("SUPER + S", hl.dsp.window.float())
hl.bind("SUPER + Q", hl.dsp.window.close())
hl.bind("SUPER + M", hl.dsp.exit())
hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty"))
@@ -40,7 +41,11 @@ hl.bind(
hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"),
{ repeating = true, locked = true }
)
hl.bind("code:192", hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"), { repeating = true, locked = true })
hl.bind(
"code:192",
hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"),
{ repeating = true, locked = true }
)
hl.bind("code:193", hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"), { repeating = true, locked = true })
hl.bind("code:194", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-"), { repeating = true, locked = true })
hl.bind("code:195", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+"), { repeating = true, locked = true })
+5 -5
View File
@@ -19,11 +19,11 @@ hl.env("CLUTTER_BACKEND","wayland")
hl.env("GDK_BACKEND", "wayland")
hl.env("SDL_VIDEODRIVER", "wayland")
hl.env("XDG_CONFIG_HOME","$HOME/.config")
hl.env("XDG_CACHE_HOME","$HOME/.cache")
hl.env("XDG_DATA_HOME","$HOME/.local/share")
hl.env("XDG_PICTRES_HOME","$HOME/Pictures")
hl.env("HYPRSHOT_DIR","$HOME/Pictures/Screenshots")
hl.env("XDG_CONFIG_HOME", "/home/koyomi/.config")
hl.env("XDG_CACHE_HOME", "/home/koyomi/.cache")
hl.env("XDG_DATA_HOME", "/home/koyomi/.local/share")
hl.env("XDG_PICTRES_HOME", "/home/koyomi/Pictures")
hl.env("HYPRSHOT_DIR", "/home/koyomi/Pictures/Screenshots")
hl.env("RUSTICL_ENABLE", "radeonsi")
hl.env("AMD_VULKAN_ICD", "RADV")
+1 -1
View File
@@ -48,7 +48,7 @@ hl.config({
color_inactive = C.colors.mantleAlpha,
},
blur = {
enabled = false,
enabled = true,
size = 2,
passes = 2,
new_optimizations = true,