forked from Shinonome/dots-hyprland
changed monitor pos
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Put general config stuff here
|
||||
# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
|
||||
# monitor=DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98
|
||||
monitor=DP-1,3440x1440@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0
|
||||
monitor=DP-2, highres@highrr,0x0,1
|
||||
monitor=DP-1,3440x1440@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,1
|
||||
monitor=DP-2, highres@highrr,760x0,1
|
||||
monitor=HDMI-A-1, 1920x1080@120, 20000x20000,1
|
||||
|
||||
@@ -20,7 +20,6 @@ in {
|
||||
|
||||
settings = lib.mkIf cfg.settings.hyprland.useNixForConf (
|
||||
lib.mkMerge [
|
||||
# These imports must be functions that return an attribute set.
|
||||
(import ./hyprland/hypr/keybinds.nix)
|
||||
(import ./hyprland/hypr/general.nix)
|
||||
(import ./hyprland/hypr/exec.nix)
|
||||
@@ -46,7 +45,6 @@ in {
|
||||
"zoom.sh"
|
||||
];
|
||||
in
|
||||
# 1. Map the individual scripts with executable = true
|
||||
(
|
||||
lib.genAttrs
|
||||
(map (name: ".config/hypr/hyprland/scripts/${name}") scripts)
|
||||
@@ -55,7 +53,6 @@ in {
|
||||
executable = true;
|
||||
})
|
||||
)
|
||||
# 2. Add the 'ai' directory separately (cannot use executable=true on dirs)
|
||||
// {
|
||||
".config/hypr/hyprland/scripts/ai".source = "${scriptDir}/ai";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user