feat(hypr): track Hyprland config
monitors.lua stays untracked since it's machine-specific (monitor names/resolutions won't transfer to another host).
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
hl.config({
|
||||
dwindle = {
|
||||
preserve_split = true,
|
||||
},
|
||||
misc = {
|
||||
col = {
|
||||
splash = CACHYLGREEN,
|
||||
},
|
||||
middle_click_paste = false,
|
||||
enable_swallow = true,
|
||||
swallow_regex = "(kitty|ghostty|[Kk]onsole|Alacritty|gnome-terminal|xfce[0-9]?-terminal)",
|
||||
vrr = 3,
|
||||
},
|
||||
xwayland = {
|
||||
force_zero_scaling = true
|
||||
},
|
||||
ecosystem = {
|
||||
no_update_news = true,
|
||||
no_donation_nag = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user