lenovo: fix greetd scale
This commit is contained in:
parent
59141876ad
commit
7852cef60f
2 changed files with 11 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
{ impurity, ... }: {
|
||||
hyprland-session.extraConfig = ''
|
||||
source = ${impurity.link ./hyprland.conf}
|
||||
source = ${impurity.link ../../../modules/hyprland/standard.conf}
|
||||
'';
|
||||
hyprland-session = {
|
||||
extraConfig = ''
|
||||
source = ${impurity.link ./hyprland.conf}
|
||||
source = ${impurity.link ../../../modules/hyprland/standard.conf}
|
||||
'';
|
||||
|
||||
extraConfigStatic = "source = ${./hyprland.conf}";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
monitor = eDP-1, 1920x1080@240Hz, 0x0, 1
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
device {
|
||||
name = elan0001:00-04f3:3140-touchpad
|
||||
accel_profile = adaptive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue