fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
hl.on("hyprland.start", function ()
|
hl.on("hyprland.start", function ()
|
||||||
|
hl.exec_cmd("systemctl --user start graphical-session.target")
|
||||||
hl.exec_cmd("nm-applet")
|
hl.exec_cmd("nm-applet")
|
||||||
hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'")
|
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")
|
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
|
-- hyprctl devices
|
||||||
hl.device({
|
|
||||||
name = "evision-rgb-keyboard",
|
|
||||||
kb_layout = "us",
|
|
||||||
})
|
|
||||||
hl.device({
|
|
||||||
name = "evision-rgb-keyboard-1",
|
|
||||||
kb_layout = "us",
|
|
||||||
})
|
|
||||||
Reference in New Issue
Block a user