UWSM: Difference between revisions
Initial Page creation for UWSM |
mNo edit summary |
||
| Line 22: | Line 22: | ||
Hyprland has a built in option for UWSM that will automatically handle setup. Automatically starts appropriate targets such as <code>graphical-session.target</code>, and <code>wayland-session@Hyprland.target</code>. | |||
{{Note|Some changes may need to be made to Hyprland configs depending on your setup, see the [https://wiki.hypr.land/Useful-Utilities/Systemd-start/#uwsm|Hyprland's UWSM wiki Page].}}{{File|3=programs.hyprland = { | |||
enable = true; | |||
withUWSM = true; | |||
};|name=/etc/nixos/configuration.nix|lang=nix}} | |||