[hyprland] add local override file
This commit is contained in:
parent
fe3eb3c9cf
commit
3ee0ab0a33
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# include hyprland configs
|
# include hyprland configs
|
||||||
home.file.".config/hypr/graphics.conf".text = ''
|
home.file.".config/hypr/graphics.conf".text = ''
|
||||||
# monitors
|
# main monitors
|
||||||
monitor = eDP-1, 1920x1200@60, 760x1440, 1 # laptop (native: 2560x1600@60, preffered 1920x1200)
|
monitor = eDP-1, 1920x1200@60, 760x1440, 1 # laptop (native: 2560x1600@60, preffered 1920x1200)
|
||||||
monitor = , preferred, 0x0, 1 # default resolution on any other screen
|
monitor = , preferred, 0x0, 1 # default resolution on any other screen
|
||||||
|
|
||||||
|
@ -9,5 +9,6 @@
|
|||||||
source = ~/.config/hypr/input.conf
|
source = ~/.config/hypr/input.conf
|
||||||
source = ~/.config/hypr/window_rules.conf
|
source = ~/.config/hypr/window_rules.conf
|
||||||
source = ~/.config/hypr/bindings.conf
|
source = ~/.config/hypr/bindings.conf
|
||||||
|
source = ~/.config/hypr/override.conf
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user