Compare commits

..

16 Commits

Author SHA1 Message Date
AramJonghu de39793c8e good? 2026-05-12 01:23:45 +02:00
AramJonghu 4cff9aaf8c good? 2026-05-12 01:23:12 +02:00
AramJonghu 1b19d5f696 good? 2026-05-12 00:37:58 +02:00
AramJonghu c985449d4e /home/koyomi is a bit of a mess 2026-05-12 00:16:47 +02:00
AramJonghu d647e2b765 removal regular conf 2026-05-11 23:28:21 +02:00
AramJonghu cec875da63 Merge branch 'no-uwsm-laptop' into laptop 2026-05-11 23:27:13 +02:00
AramJonghu 6c6a60af2f lua update laptop 2026-05-11 23:23:13 +02:00
AramJonghu cbba6c9afe exec-once edit 2026-05-07 09:21:22 +02:00
AramJonghu b40e1f5d5a foot -> ghostty 2026-05-06 17:45:58 +02:00
AramJonghu e0182aff29 disable shadows and blur 2026-04-26 02:23:30 +02:00
AramJonghu cb8eedb914 swapped screenshot tool 2026-04-09 02:57:05 +02:00
AramJonghu 2a19c051c3 less apps on launch 2026-04-09 01:41:43 +02:00
AramJonghu 2d4c1f09fc Changes mic mute, settings, and minor improvements 2026-04-08 00:52:52 +02:00
AramJonghu de44ac857d removal unneeded executes 2026-04-08 00:17:18 +02:00
AramJonghu cfd4f28171 minor adjustments 2026-04-07 22:41:04 +02:00
AramJonghu 6be730fdaa prep Laptop 2026-04-03 23:28:52 +02:00
5 changed files with 44 additions and 46 deletions
+3 -9
View File
@@ -1,7 +1,6 @@
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"))
@@ -41,18 +40,13 @@ 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: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 })
hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"), { locked = true })
hl.bind("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"), { locked = true })
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
hl.bind("XF86MonBrightnessUp", hl.dsp.exec_cmd("brighnessctl set +5%"), { locked = true, repeating = true })
hl.bind("XF86MonBrightnessDown", hl.dsp.exec_cmd("brighnessctl set -5%"), { locked = true, repeating = true })
hl.bind("XF86WebCam", hl.dsp.exec_cmd(""), { locked = true, repeating = true })
hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze"))
hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher"))
+24 -27
View File
@@ -1,32 +1,29 @@
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","28")
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/aram/.config")
hl.env("XDG_CACHE_HOME","/home/aram/.cache")
hl.env("XDG_DATA_HOME","/home/aram/.local/share")
hl.env("XDG_PICTRES_HOME","/home/aram/Pictures")
hl.env("HYPRSHOT_DIR","/home/aram/Pictures/Screenshots")
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("RUSTICL_ENABLE","radeonsi")
hl.env("AMD_VULKAN_ICD","RADV")
+9 -9
View File
@@ -1,18 +1,18 @@
hl.monitor({
output = "DP-2",
mode = "2560x1440@240",
position = "1728x0",
scale = 1,
output = "eDP-1",
mode = "2560x1600@60",
position = "0x0",
scale = 1.25,
bitdepth = 10,
cm = "srgb",
})
hl.monitor({
output = "DP-3",
mode = "3840x2160@60",
position = "0x0",
scale = 1.25,
output = "",
mode = "highres@highrr",
position = "auto",
scale = 2,
bitdepth = 10,
cm = "srgb",
transform = 1,
mirror = "eDP-1"
})
+7
View File
@@ -22,6 +22,13 @@ hl.config({
sensitivity = 0,
accel_profile = "flat",
follow_mouse = 1,
touchpad = {
natural_scroll = true,
scroll_factor = 0.4,
middle_button_emulation = true,
},
gestures = {
},
},
general = {
gaps_in = 2,