From cc84916ba8c8f9b2e7b176ae3bd00aabac5137a1 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sat, 6 Jun 2026 18:19:06 +0200 Subject: make colors a little bit easier on my eyes --- artix/home/.config/hypr/hyprland.lua | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'artix/home/.config/hypr/hyprland.lua') diff --git a/artix/home/.config/hypr/hyprland.lua b/artix/home/.config/hypr/hyprland.lua index 2db240a..361995a 100644 --- a/artix/home/.config/hypr/hyprland.lua +++ b/artix/home/.config/hypr/hyprland.lua @@ -1,4 +1,22 @@ -if 1 then +hl.config({ + input = { + kb_layout = "fr", + kb_variant = "", + kb_model = "pc105", + kb_options = "", + kb_rules = "", + + follow_mouse = 1, + + sensitivity = 0, -- -1.0 - 1.0, 0 means no modification. + + touchpad = { + natural_scroll = true, + }, + }, +}) + +if false then hl.monitor({ output = "HDMI-A-1", mode = "2560x1440@100", position = "0x0", scale = "1", }) else hl.monitor({ output = "eDP-1", mode = "1920x1080@60", position = "0x0", scale = "1", }) @@ -59,26 +77,8 @@ hl.config({ force_default_wallpaper = 0, disable_hyprland_logo = true, disable_splash_rendering = true, - background_color = "#000000" - }, -}) - - -hl.config({ - input = { - kb_layout = "fr", - kb_variant = "", - kb_model = "pc105", - kb_options = "", - kb_rules = "", - - follow_mouse = 1, - - sensitivity = 0, -- -1.0 - 1.0, 0 means no modification. - - touchpad = { - natural_scroll = true, - }, + --background_color = "#000000" + background_color = "#1a1b26" }, }) -- cgit v1.2.3