summaryrefslogtreecommitdiff
path: root/artix/home/.config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'artix/home/.config/hypr')
-rw-r--r--artix/home/.config/hypr/hyprland.lua42
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"
},
})