This commit is contained in:
iFargle 2023-08-17 21:38:52 +09:00
parent 3821ccb537
commit 96af3449ca
2 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,11 @@
env = GDK_SCALE,1 env = GDK_SCALE,1
env = XCURSOR_SIZE,48 env = XCURSOR_SIZE,48
# unscale XWayland
xwayland {
force_zero_scaling = true
}
# nVidia Speficic Settings: # nVidia Speficic Settings:
# https://wiki.hyprland.org/Nvidia/ # https://wiki.hyprland.org/Nvidia/
# env = LIBVA_DRIVER_NAME,nvidia # env = LIBVA_DRIVER_NAME,nvidia
@ -220,7 +225,7 @@
waybar & waybar &
# Set up the idle management daemon # 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 mako
''; '';
}; };

View file

@ -3,5 +3,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
./configuration.nix ./configuration.nix
./networking.nix ./networking.nix
]; ];
} }