Compare commits

..
11 Commits
Author SHA1 Message Date
AramJonghu b9222efa34 chore: history cleanup; remove conf (again) 2026-07-07 21:36:32 +02:00
AramJonghu 9e4bc25f00 feat(autoexec): added blueman-applet 2026-07-07 21:28:46 +02:00
AramJonghu 55f8ca7ce4 dbus workaround for session 2026-07-07 21:28:46 +02:00
AramJonghu fb43f8d280 testing 1.125 scaling 2026-07-07 21:28:46 +02:00
AramJonghu ed129d58b5 no more need for zigbright 2026-07-07 21:28:46 +02:00
AramJonghu 6e2b9b02d2 zshell globalshortcuts for brightness works 2026-07-07 21:28:46 +02:00
AramJonghu b8c725148a firefox -> ungoogled chromium 2026-07-07 21:28:46 +02:00
AramJonghu 06e96714a4 brightnessctl hack with zigbright, mirror monitor 2026-07-07 21:28:46 +02:00
AramJonghu 08411d3423 commented brightnessctl keys 2026-07-07 21:28:46 +02:00
AramJonghu 99f482f087 brightnessctl typo fixed 2026-07-07 21:28:46 +02:00
AramJonghu a63b7d2b2c stylua
touchscreen workspace support, hdr testing
2026-07-07 21:28:46 +02:00
5 changed files with 103 additions and 65 deletions
+3 -20
View File
@@ -51,6 +51,7 @@ hl.bind(
hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"), { 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("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"), { locked = true })
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true }) hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
hl.bind("XF86WebCam", hl.dsp.exec_cmd(""), { locked = true, repeating = true })
hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze")) hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze"))
hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher")) hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher"))
@@ -58,23 +59,5 @@ hl.bind("SUPER + A", hl.dsp.global("zshell:toggle-nc"))
hl.bind("SUPER + V", hl.dsp.global("zshell:toggle-drawing")) hl.bind("SUPER + V", hl.dsp.global("zshell:toggle-drawing"))
hl.bind("SUPER + F1", hl.dsp.global("zshell:lock")) hl.bind("SUPER + F1", hl.dsp.global("zshell:lock"))
hl.bind("SUPER + F2", hl.dsp.global("zshell:toggle-settings")) hl.bind("SUPER + F2", hl.dsp.global("zshell:toggle-settings"))
hl.bind("XF86MonBrightnessUp", hl.dsp.global("zshell:brightnessUp"), { locked = true, repeating = true }) hl.bind("XF86MonBrightnessDown", hl.dsp.global("zshell:brightnessDown"))
hl.bind("XF86MonBrightnessDown", hl.dsp.global("zshell:brightnessDown"), { locked = true, repeating = true }) hl.bind("XF86MonBrightnessUp", hl.dsp.global("zshell:brightnessUp"))
hl.bind("SUPER + T", function()
local m = hl.get_monitor("eDP-1")
if m == nil then
return
end
local t = m.transform == 0 and 1 or 0
hl.monitor({
output = "eDP-1",
mode = "2880x1800@120",
position = "0x0",
scale = 1.125,
bitdepth = 10,
cm = "srgb",
transform = t,
})
hl.config({ input = { touchdevice = { transform = t }, tablet = { transform = t } } })
end)
+2 -2
View File
@@ -4,8 +4,8 @@ hl.env("TERM", "tmux-256color")
hl.env("VISUAL", "nvim") hl.env("VISUAL", "nvim")
hl.env("EDITOR", "nvim") hl.env("EDITOR", "nvim")
hl.env("HYPRCURSOR_THEME", "catppuccin-macchiato-dark-cursors") hl.env("HYPRCURSOR_THEME", "catppuccin-macchiato-light-cursors")
hl.env("HYPRCURSOR_SIZE", "32") hl.env("HYPRCURSOR_SIZE", "28")
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto") hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1") hl.env("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
+1 -10
View File
@@ -1,19 +1,10 @@
hl.on("hyprland.start", function() hl.on("hyprland.start", function()
hl.exec_cmd("zshell-cli shell start") hl.exec_cmd("zshell-cli shell start")
hl.exec_cmd("nm-applet") hl.exec_cmd("nm-applet")
hl.exec_cmd("blueman-applet") hl.exec_cmd("blueman-applet")
hl.exec_cmd("fcitx5") hl.exec_cmd("fcitx5")
hl.exec_cmd("wl-paste --type text --watch cliphist store") hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("hyprsunset -i") hl.exec_cmd("hyprsunset -i")
hl.exec_cmd("ksecretd")
hl.exec_cmd("nextcloud --background") hl.exec_cmd("nextcloud --background")
end) end)
local time = tonumber(os.date("%H"))
if time < 22 and time > 8 then
hl.exec_cmd("brightnessctl s 100%")
else
hl.exec_cmd("brightnessctl s 5%")
end
+6 -6
View File
@@ -1,18 +1,18 @@
hl.monitor({ hl.monitor({
output = "eDP-1", output = "eDP-1",
mode = "preferred@120", mode = "2880x1800@120",
position = "auto", position = "0x0",
scale = 1.125, scale = 1.125,
bitdepth = 10, bitdepth = 10,
cm = "srgb", cm = "hdr",
}) })
hl.monitor({ hl.monitor({
output = "", output = "",
-- mirror = "eDP-1", mode = "3840x2160@60",
mode = "preferred",
position = "auto", position = "auto",
scale = 1, scale = 1.5,
bitdepth = 10, bitdepth = 10,
cm = "srgb", cm = "srgb",
mirror = "eDP-1",
}) })
+91 -27
View File
@@ -14,14 +14,19 @@ hl.layer_rule({
ignore_alpha = 0.5, ignore_alpha = 0.5,
}) })
hl.gesture = { fingers = 3, direction = "horizontal", action = "workspace" } hl.gesture = {
fingers = 3,
direction = "horizontal",
action = "workspace",
workspace_swipe_touch = true,
}
hl.config({ hl.config({
input = { input = {
kb_layout = "us", kb_layout = "us",
kb_variant = "intl", kb_variant = "intl",
kb_options = "fkeys:basic_13-24", kb_options = "fkeys:basic_13-24",
sensitivity = 0.4, sensitivity = 0,
accel_profile = "flat", accel_profile = "flat",
follow_mouse = 1, follow_mouse = 1,
touchpad = { touchpad = {
@@ -32,9 +37,9 @@ hl.config({
}, },
gestures = { workspace_swipe_touch = true }, gestures = { workspace_swipe_touch = true },
general = { general = {
gaps_in = 0, gaps_in = 2,
gaps_out = 0, gaps_out = 2,
border_size = 1, border_size = 2,
col = { col = {
active_border = { active_border = {
colors = { colors = {
@@ -74,41 +79,100 @@ hl.config({
}, },
}, },
ecosystem = { no_donation_nag = true, no_update_news = true }, ecosystem = { no_donation_nag = true, no_update_news = true },
misc = { misc = { disable_hyprland_logo = true },
disable_hyprland_logo = true,
mouse_move_enables_dpms = true,
key_press_enables_dpms = true,
},
debug = { full_cm_proto = true }, debug = { full_cm_proto = true },
dwindle = { preserve_split = true }, dwindle = { preserve_split = true },
}) })
local animations = { local animations = {
{ leaf = "border", enabled = true, speed = 2, bezier = "linear" }, { leaf = "border", enabled = true, speed = 4, bezier = "linear" },
{ leaf = "fadeOut", enabled = true, speed = 2, bezier = "default" }, {
{ leaf = "fadeIn", enabled = true, speed = 3, bezier = "default" }, leaf = "borderangle",
enabled = false,
speed = 3,
bezier = "linear",
style = "loop",
},
{ leaf = "fadeOut", enabled = true, speed = 3, bezier = "default" },
{ leaf = "fadeIn", enabled = true, speed = 4, bezier = "default" },
{ leaf = "fadeLayers", enabled = true, speed = 1, bezier = "default" }, { leaf = "fadeLayers", enabled = true, speed = 1, bezier = "default" },
{ leaf = "fadePopups", enabled = true, speed = 1, bezier = "default" }, { leaf = "fadePopups", enabled = true, speed = 1, bezier = "default" },
{ leaf = "global", enabled = true, speed = 3, bezier = "default" }, { leaf = "global", enabled = true, speed = 6, bezier = "default" },
{ leaf = "layers", enabled = true, speed = 3, bezier = "cubic-bezier", style = "fade" }, {
{ leaf = "windows", enabled = true, speed = 2, bezier = "wind", style = "popin" }, leaf = "layers",
{ leaf = "windowsIn", enabled = true, speed = 2, bezier = "winIn", style = "popin 90%" }, enabled = true,
{ leaf = "windowsOut", enabled = true, speed = 2, bezier = "winOut", style = "popin 90%" }, speed = 5,
{ leaf = "windowsMove", enabled = true, speed = 1, bezier = "wind", style = "slide" }, bezier = "cubic-bezier",
{ leaf = "workspaces", enabled = true, speed = 3, bezier = "default" }, style = "fade",
},
{
leaf = "windows",
enabled = true,
speed = 3,
bezier = "wind",
style = "popin",
},
{
leaf = "windowsIn",
enabled = true,
speed = 3,
bezier = "winIn",
style = "popin 90%",
},
{
leaf = "windowsOut",
enabled = true,
speed = 3,
bezier = "winOut",
style = "popin 90%",
},
{
leaf = "windowsMove",
enabled = true,
speed = 1,
bezier = "wind",
style = "slide",
},
{ leaf = "workspaces", enabled = true, speed = 4, bezier = "default" },
} }
local curves = { local curves = {
{ name = "wind", config = { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1 } } } }, {
{ name = "winIn", config = { type = "bezier", points = { { 0.1, 1.0 }, { 0.1, 1 } } } }, name = "wind",
config = { type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1 } } },
},
{
name = "winIn",
config = { type = "bezier", points = { { 0.1, 1.0 }, { 0.1, 1 } } },
},
{ name = "winOut", config = { type = "bezier", points = { { 1, 0.35 }, { 1, 1 } } } }, { name = "winOut", config = { type = "bezier", points = { { 1, 0.35 }, { 1, 1 } } } },
{ name = "linear", config = { type = "bezier", points = { { 1, 1 }, { 1, 1 } } } }, { name = "linear", config = { type = "bezier", points = { { 1, 1 }, { 1, 1 } } } },
{ name = "cubic-bezier", config = { type = "bezier", points = { { 0.215, 0.61 }, { 0.355, 1 } } } }, {
{ name = "easeOutQuint", config = { type = "bezier", points = { { 0.23, 1 }, { 0.32, 1 } } } }, name = "cubic-bezier",
{ name = "easeInOutCubic", config = { type = "bezier", points = { { 0.65, 0.05 }, { 0.36, 1 } } } }, config = { type = "bezier", points = { { 0.215, 0.61 }, { 0.355, 1 } } },
{ name = "almostLinear", config = { type = "bezier", points = { { 0.5, 0.5 }, { 0.75, 1 } } } }, },
{
name = "easeOutQuint",
config = { type = "bezier", points = { { 0.23, 1 }, { 0.32, 1 } } },
},
{
name = "easeInOutCubic",
config = { type = "bezier", points = { { 0.65, 0.05 }, { 0.36, 1 } } },
},
{
name = "almostLinear",
config = { type = "bezier", points = { { 0.5, 0.5 }, { 0.75, 1 } } },
},
{ name = "quick", config = { type = "bezier", points = { { 0.15, 0 }, { 0.1, 1 } } } }, { name = "quick", config = { type = "bezier", points = { { 0.15, 0 }, { 0.1, 1 } } } },
{ name = "easy", config = { type = "spring", mass = 1, stiffness = 71.2633, dampening = 15.8273644 } }, {
name = "easy",
config = {
type = "spring",
mass = 1,
stiffness = 71.2633,
dampening = 15.8273644,
},
},
} }
for _, curve in ipairs(curves) do for _, curve in ipairs(curves) do