mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
blur enabled and stylua
This commit is contained in:
+5
-1
@@ -40,7 +40,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 })
|
||||
|
||||
+26
-26
@@ -1,32 +1,32 @@
|
||||
hl.env("ZSH","/usr/share/oh-my-zsh/")
|
||||
hl.env("BROWSER","firefox")
|
||||
hl.env("TERM","tmux-256color")
|
||||
hl.env("VISUAL","nvim")
|
||||
hl.env("EDITOR","nvim")
|
||||
hl.env("ZSH", "/usr/share/oh-my-zsh/")
|
||||
hl.env("BROWSER", "firefox")
|
||||
hl.env("TERM", "tmux-256color")
|
||||
hl.env("VISUAL", "nvim")
|
||||
hl.env("EDITOR", "nvim")
|
||||
|
||||
hl.env("HYPRCURSOR_THEME","catppuccin-macchiato-light-cursors")
|
||||
hl.env("HYPRCURSOR_SIZE","24")
|
||||
hl.env("HYPRCURSOR_THEME", "catppuccin-macchiato-light-cursors")
|
||||
hl.env("HYPRCURSOR_SIZE", "24")
|
||||
|
||||
hl.env("ELECTRON_OZONE_PLATFORM_HINT","auto")
|
||||
hl.env("QT_AUTO_SCREEN_SCALE_FACTOR","1")
|
||||
hl.env("QT_QPA_PLATFORM","wayland")
|
||||
hl.env("QT_QPA_PLATFORMTHEME","qt6ct")
|
||||
hl.env("QT_WAYLAND_DISABLE_WINDOWDECORATION","1")
|
||||
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
||||
hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
|
||||
hl.env("QT_QPA_PLATFORM", "wayland")
|
||||
hl.env("QT_QPA_PLATFORMTHEME", "qt6ct")
|
||||
hl.env("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1")
|
||||
|
||||
hl.env("XDG_SESSION_DESKTOP","Hyprland")
|
||||
hl.env("XDG_SESSION_TYPE","wayland")
|
||||
hl.env("CLUTTER_BACKEND","wayland")
|
||||
hl.env("GDK_BACKEND","wayland")
|
||||
hl.env("SDL_VIDEODRIVER","wayland")
|
||||
hl.env("XDG_SESSION_DESKTOP", "Hyprland")
|
||||
hl.env("XDG_SESSION_TYPE", "wayland")
|
||||
hl.env("CLUTTER_BACKEND", "wayland")
|
||||
hl.env("GDK_BACKEND", "wayland")
|
||||
hl.env("SDL_VIDEODRIVER", "wayland")
|
||||
|
||||
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("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")
|
||||
hl.env("RUSTICL_ENABLE", "radeonsi")
|
||||
hl.env("AMD_VULKAN_ICD", "RADV")
|
||||
|
||||
hl.env("HSA_OVERRIDE_GFX_VERSION","12.0.1")
|
||||
hl.env("HCC_AMDGPU_TARGET","gfx1201")
|
||||
hl.env("HSA_OVERRIDE_GFX_VERSION", "12.0.1")
|
||||
hl.env("HCC_AMDGPU_TARGET", "gfx1201")
|
||||
|
||||
@@ -5,5 +5,5 @@ hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("wl-paste --type text --watch cliphist store")
|
||||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||
hl.exec_cmd("hyprsunset -i")
|
||||
hl.exec_cmd("nextcloud --background")
|
||||
hl.exec_cmd("nextcloud --background")
|
||||
end)
|
||||
|
||||
@@ -48,7 +48,7 @@ hl.config({
|
||||
color_inactive = C.colors.mantleAlpha,
|
||||
},
|
||||
blur = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
size = 2,
|
||||
passes = 2,
|
||||
new_optimizations = true,
|
||||
@@ -71,7 +71,7 @@ hl.config({
|
||||
disable_hyprland_logo = true,
|
||||
},
|
||||
debug = {
|
||||
disable_logs = false,
|
||||
disable_logs = false,
|
||||
full_cm_proto = true,
|
||||
},
|
||||
dwindle = {
|
||||
|
||||
Reference in New Issue
Block a user