mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-08 06:08:24 +02:00
Compare commits
2 Commits
20dcb8c78b
...
33a73988f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 33a73988f2 | |||
| 583f488a93 |
+5
-1
@@ -40,7 +40,11 @@ hl.bind(
|
|||||||
hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"),
|
hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"),
|
||||||
{ repeating = true, locked = true }
|
{ 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: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: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 })
|
hl.bind("code:195", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+"), { repeating = true, locked = true })
|
||||||
|
|||||||
+5
-5
@@ -19,11 +19,11 @@ hl.env("CLUTTER_BACKEND","wayland")
|
|||||||
hl.env("GDK_BACKEND", "wayland")
|
hl.env("GDK_BACKEND", "wayland")
|
||||||
hl.env("SDL_VIDEODRIVER", "wayland")
|
hl.env("SDL_VIDEODRIVER", "wayland")
|
||||||
|
|
||||||
hl.env("XDG_CONFIG_HOME","$HOME/.config")
|
hl.env("XDG_CONFIG_HOME", "/home/koyomi/.config")
|
||||||
hl.env("XDG_CACHE_HOME","$HOME/.cache")
|
hl.env("XDG_CACHE_HOME", "/home/koyomi/.cache")
|
||||||
hl.env("XDG_DATA_HOME","$HOME/.local/share")
|
hl.env("XDG_DATA_HOME", "/home/koyomi/.local/share")
|
||||||
hl.env("XDG_PICTRES_HOME","$HOME/Pictures")
|
hl.env("XDG_PICTRES_HOME", "/home/koyomi/Pictures")
|
||||||
hl.env("HYPRSHOT_DIR","$HOME/Pictures/Screenshots")
|
hl.env("HYPRSHOT_DIR", "/home/koyomi/Pictures/Screenshots")
|
||||||
|
|
||||||
hl.env("RUSTICL_ENABLE", "radeonsi")
|
hl.env("RUSTICL_ENABLE", "radeonsi")
|
||||||
hl.env("AMD_VULKAN_ICD", "RADV")
|
hl.env("AMD_VULKAN_ICD", "RADV")
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ hl.config({
|
|||||||
color_inactive = C.colors.mantleAlpha,
|
color_inactive = C.colors.mantleAlpha,
|
||||||
},
|
},
|
||||||
blur = {
|
blur = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
size = 2,
|
size = 2,
|
||||||
passes = 2,
|
passes = 2,
|
||||||
new_optimizations = true,
|
new_optimizations = true,
|
||||||
@@ -71,6 +71,7 @@ hl.config({
|
|||||||
disable_hyprland_logo = true,
|
disable_hyprland_logo = true,
|
||||||
},
|
},
|
||||||
debug = {
|
debug = {
|
||||||
|
disable_logs = false,
|
||||||
full_cm_proto = true,
|
full_cm_proto = true,
|
||||||
},
|
},
|
||||||
dwindle = {
|
dwindle = {
|
||||||
|
|||||||
Reference in New Issue
Block a user