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

@ -26,7 +26,7 @@ monitor= HDMI-A-2, 1920x1080@60, 0x0, 1
$terminal = kitty $terminal = kitty
$fileManager = dolphin $fileManager = dolphin
#$menu = wofi --show drun #$menu = wofi --show drun
#$menu = rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons #$menu =rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons
$menu = ~/.config/rofi/launchers/type-3/launcher.sh $menu = ~/.config/rofi/launchers/type-3/launcher.sh
$power = ~/.config/rofi/powermenu/type-6/powermenu.sh $power = ~/.config/rofi/powermenu/type-6/powermenu.sh

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

@ -125,11 +125,10 @@
ethtool ethtool
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";
};
} }