Changed: Hyprland Config
This commit is contained in:
parent
d4ddd2ce47
commit
924adfc94f
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 17 MiB After Width: | Height: | Size: 17 MiB |
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -38,8 +38,4 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
home.shellAliases = {
|
|
||||||
ls = "eza";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user