UWSM: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 21: | Line 21: | ||
=== Hyprland === | === Hyprland === | ||
===== Standalone Hyprland with UWSM ===== | |||
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>. This option is recommended for if you are using Hyprland standalone, and do not need to configure alternative entries for UWSM. Usage of both options in conjunction may run into issues. | |||
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 = { | {{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 = { | ||
| Line 29: | Line 28: | ||
withUWSM = true; | withUWSM = true; | ||
};|name=/etc/nixos/configuration.nix|lang=nix}} | };|name=/etc/nixos/configuration.nix|lang=nix}} | ||
===== If using the Hyprland Home Manager Module ===== | |||
If you use the Home Manager module, make sure to disable the systemd integration as it conflicts with UWSM.<ref>https://wiki.hypr.land/Useful-Utilities/Systemd-start/#uwsm</ref> | |||
{{File|3=wayland.windowManager.hyprland.systemd.enable = false;|name=/etc/nixos/home.nix|lang=nix}} | |||