monitor settings
This commit is contained in:
parent
9f22a82d4a
commit
2285edc35b
|
|
@ -105,6 +105,7 @@ let
|
|||
"SUPER, E, exec, $terminal"
|
||||
"SUPER, Q, killactive,"
|
||||
"SUPER, L, exec, $lock"
|
||||
"SUPER_SHIFT, L, exec, hyprctl dispatch dpms off"
|
||||
"SUPER_SHIFT, M, exec, loginctl terminate-user $USER"
|
||||
|
||||
# prsc
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
monitor = [
|
||||
"DP-1, 5120x2880@60, 0x0, 2"
|
||||
"DP-2, 2560x1440@144, 2560x0, 1, transform, 0"
|
||||
"DP-3, 1920x1080@144, -1080x-240, 1, transform, 1"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -8,7 +8,6 @@
|
|||
home.stateVersion = "25.05";
|
||||
imports = [
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
../display.nix
|
||||
../../../home-manager/tofi.nix
|
||||
../../../home-manager/hyprland
|
||||
../../../home-manager/fnott.nix
|
||||
|
|
@ -22,6 +21,12 @@
|
|||
../../../home-manager/blender.nix
|
||||
../../../home-manager/voicevox.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"DP-1, 5120x2880@60, 0x0, 2"
|
||||
"DP-2, 2560x1440@144, 2560x0, 1, transform, 0"
|
||||
"DP-3, 1920x1080@144, -1080x-240, 1, transform, 1"
|
||||
];
|
||||
hare.hyprland = {
|
||||
input.sensitivity = -1.0;
|
||||
wallpaperCommand = "swww img /usr/share/wallpaper/arknights-02.jpg";
|
||||
|
|
@ -57,6 +62,7 @@
|
|||
bambu-studio
|
||||
orca-slicer
|
||||
davinci-resolve
|
||||
antigravity
|
||||
];
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user