feat(hypr): monitors/workspaces; tuning; chore(waybar,theme)
- theme: add conf.d/theme.conf symlink -> rose-pine.conf - cursor: set inactive_timeout=0; zoom_factor=1.0; zoom_rigid=false; enable_hyprcursor=true; sync_gsettings_theme=true - decoration: enable dim_modal - animations: add specialWorkspace (easeOutQuint, slidevert) - master: allow_small_split=false; special_scale_factor=0.8; drop_at_cursor=true - misc: enable vfr=true (keep vrr=2) - groups: enable render_titles, scrolling; set priority=3 - monitors: add monitorv2 (DP-1 1920x1080@60 @ 0x0; DP-2 1920x1080@144 @ 1920x0, vrr=1) - workspaces: map 1–5 -> DP-1; 6–10 -> DP-2 (nwg-displays generated) - waybar: change on-click to "kitty --hold alhp.utils -j"
This commit is contained in:
13
.config/hypr/monitors.conf
Normal file
13
.config/hypr/monitors.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
monitorv2 {
|
||||
output = DP-1
|
||||
mode = 1920x1080@60
|
||||
position = 0x0
|
||||
scale = 1
|
||||
}
|
||||
monitorv2 {
|
||||
output = DP-2
|
||||
mode = 1920x1080@144
|
||||
position = 1920x0
|
||||
scale = 1
|
||||
vrr = 1
|
||||
}
|
Reference in New Issue
Block a user