initial commit
This commit is contained in:
commit
90cff4f16a
59 changed files with 6855 additions and 0 deletions
15
Hyprsuck/hyprland/monitors.nix
Normal file
15
Hyprsuck/hyprland/monitors.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Hyprland monitor configuration
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
# Monitor configuration
|
||||
# eDP-1: Laptop display in portrait mode (rotated 270deg)
|
||||
# DP-3: External monitor in landscape, positioned to the right
|
||||
monitor = [
|
||||
"eDP-1, 1920x1200@60, 0x0, 1.25, transform, 3"
|
||||
"DP-3, 1920x1080@100, 960x-250, 1"
|
||||
", preferred, auto, 1" # Fallback for any other monitor
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue