update hyprland config on laptop

workspace switch hotkeys
resizing keys
moonlander default layout on laptop
add monitor rotation
remove scaling on laptop display
This commit is contained in:
Tristan 2023-09-06 12:52:46 +01:00
parent 033ce8dc23
commit fddf319df9
6 changed files with 87 additions and 37 deletions

View file

@ -15,13 +15,20 @@
{
name = "HDMI-A-1";
resolution = {x=1920;y=1080;freq=60;};
position = {
x = 1920;
y = 0;
};
wallpaper = "/home/tristan/Pictures/backgrounds/nier.jpg";
rotation = 1;
}
{
name = "eDP-1";
description = "BOE 0x07D8";
scaling = 1.2;
position.y = 1080;
position = {
x = 0;
y = 1080;
};
wallpaper = "/home/tristan/Pictures/backgrounds/nix-wallpaper-watersplash.png";
}
];