diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-06 18:19:06 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-06 18:19:06 +0200 |
| commit | cc84916ba8c8f9b2e7b176ae3bd00aabac5137a1 (patch) | |
| tree | 7c3951050b4418829da6932fc3af386abde2a933 /artix/home/.config/hypr/hyprland.lua | |
| parent | 26c25b914b7f6248384a838c58a1f7a2e9b5a17d (diff) | |
make colors a little bit easier on my eyes
Diffstat (limited to 'artix/home/.config/hypr/hyprland.lua')
| -rw-r--r-- | artix/home/.config/hypr/hyprland.lua | 42 |
1 files changed, 21 insertions, 21 deletions
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" }, }) |
