Update hyprland QOL and niri, waybar for niri

This commit is contained in:
Antoine Phan
2025-05-24 22:23:42 -04:00
parent 986b8cbaed
commit dbaadad869
5 changed files with 47 additions and 13 deletions

View File

@@ -29,6 +29,14 @@ output "eDP-1" {
// Use logical size to set position
}
output "HDMI-A-1" {
mode "1920x1080@170"
scale 1
// Second monitor above
position x=0 y=-1080
}
// Input device configuration.
// https://github.com/YaLTeR/niri/wiki/Configuration:-Input
@@ -82,7 +90,7 @@ input {
// Focus windows and outputs automatically when moving the mouse into them.
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
// focus-follows-mouse max-scroll-amount="0%"
focus-follows-mouse max-scroll-amount="50%"
}
// ==== LAYOUT ====