Changed: Hyprland Config

This commit is contained in:
DerGrumpf 2025-03-25 13:25:00 +01:00
parent d4ddd2ce47
commit 924adfc94f
9 changed files with 10 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 17 MiB

After

Width:  |  Height:  |  Size: 17 MiB

View File

Before

Width:  |  Height:  |  Size: 4.1 MiB

After

Width:  |  Height:  |  Size: 4.1 MiB

View File

@ -26,7 +26,12 @@
"SDL_VIDEODRIVER,wayland" "SDL_VIDEODRIVER,wayland"
"GDK_BACKEND,wayland" "GDK_BACKEND,wayland"
]; ];
extraConfig = builtins.readFile ./hyprland.conf;
monitor = [
"DP-1, 1920x1080@60, 1920x0, 1"
"HDMI-A-2, 1920x1080@60, 0x0, 1"
];
}; };
# NOTE: this executable is used by greetd to start a wayland session when system boot up # NOTE: this executable is used by greetd to start a wayland session when system boot up

View File

@ -126,10 +126,9 @@
pciutils # lspci pciutils # lspci
usbutils # lsusb usbutils # lsusb
# Window Manager # Rizz
hyprshot
fastfetch fastfetch
# nemo-with-extensions # cinnamons file manager microfetch
# Terminal # Terminal
yazi # file manager yazi # file manager

View File

@ -38,8 +38,4 @@
''; '';
}; };
home.shellAliases = {
ls = "eza";
};
} }