From dd07b89fd5a7c81363574b43771a7c62a1342281 Mon Sep 17 00:00:00 2001 From: Hannes Date: Mon, 15 Jun 2026 23:10:43 +0200 Subject: [PATCH] fixes --- config/autostart.lua | 1 + user_config/input.lua | 17 ++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/autostart.lua b/config/autostart.lua index e5925d7..5a69547 100644 --- a/config/autostart.lua +++ b/config/autostart.lua @@ -1,4 +1,5 @@ hl.on("hyprland.start", function () + hl.exec_cmd("systemctl --user start graphical-session.target") hl.exec_cmd("nm-applet") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") diff --git a/user_config/input.lua b/user_config/input.lua index 469d9c4..6757dc3 100644 --- a/user_config/input.lua +++ b/user_config/input.lua @@ -25,13 +25,12 @@ hl.config({ }, } }) +if HOSTNAME == "archlinux-hypr" then + hl.config({ + input={ + kb_layout = "us", + } + }) +end --- hyprctl devices -hl.device({ - name = "evision-rgb-keyboard", - kb_layout = "us", -}) -hl.device({ - name = "evision-rgb-keyboard-1", - kb_layout = "us", -}) \ No newline at end of file +-- hyprctl devices \ No newline at end of file