Test
This commit is contained in:
parent
3821ccb537
commit
96af3449ca
2 changed files with 7 additions and 1 deletions
|
@ -12,6 +12,11 @@
|
|||
env = GDK_SCALE,1
|
||||
env = XCURSOR_SIZE,48
|
||||
|
||||
# unscale XWayland
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# nVidia Speficic Settings:
|
||||
# https://wiki.hyprland.org/Nvidia/
|
||||
# env = LIBVA_DRIVER_NAME,nvidia
|
||||
|
@ -220,7 +225,7 @@
|
|||
waybar &
|
||||
|
||||
# Set up the idle management daemon
|
||||
swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock -f -c 000000'
|
||||
swayidle -w timeout 300 'swaylock-fancy -f -c 000000' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock-fancy -f -c 000000'
|
||||
mako
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
./hardware-configuration.nix
|
||||
./configuration.nix
|
||||
./networking.nix
|
||||
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue