Set MonitorIn this config, the <position> is the place where your current monitor appear in a multi-monitor setup. This means that if you have a monitor with resolution 3860×2160 and another 1920×1080, then the position of the second monitor can be 3860×0 to make it right of the first.monitor=monitor2-name,1920x1080@60,3860x0,1💡Position value accepts negative value as well, like -1080. This is useful to place one monitor above another.The value depends on scaling. So, instead of going blindly, you may need to apply some logic about your monitor scaling, orientation, and positioning.4. Add a panelPanel is an essential part in any window/desktops. All the essential utilities like taskbar, system tray, workspace indicators, etc. are placed here.You can use panel/bar applications like Waybar with Hyprland.Waybar Panel (Click to enlarge image)🚧Hyprland is purely Wayland. So consider using a Wayland panel application.We have a detailed . Refer to it for more information.Install and Configure Waybar in HyprlandTake your Hyprland experience to the next level with Waybar.It's FOSSSreenath5. Set a notification daemonPopular desktop environments like GNOME, KDE Plasma, etc. take care of this part automatically. In Hyprland, you need to configure it manually and you SHOULD do it.Without a notification daemon, you will miss a vital part of modern desktop computing experience.For me, dunst, a highly customizable notification daemon was installed automatically, and I decided to stick with that. You can install the same using:sudo pacman -Syu dunst, workspace_swipe_cancel_ratio=float - (0.0 - 1.0) how much the swipe has to proceed in order to commence it. (0.7 -> if > 0.7 * distance, switch, if less, revert), In Hyprland, you can navigate thru workspaces by a 3 fingers swipe on the touchpad. I can't manage/find how to do the same on Sway. Any idea? Then you can use something like: If you want something now that works (I use it): libinput-gestures. Follow the instructions and change ~/.config/libinput-gestures.conf to your liking..