fixes
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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",
|
||||
})
|
||||
-- hyprctl devices
|
||||
Reference in New Issue
Block a user