From f8f662daf776a300cd7070fe90e2ec9e3ecb3112 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 20 Jul 2024 17:35:31 +0100 Subject: [PATCH] Removed unnecessary monitors option in xinitrc --- home/common/optional/desktop/dwm/xinitrc.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/common/optional/desktop/dwm/xinitrc.nix b/home/common/optional/desktop/dwm/xinitrc.nix index a83c02e..b7a2962 100644 --- a/home/common/optional/desktop/dwm/xinitrc.nix +++ b/home/common/optional/desktop/dwm/xinitrc.nix @@ -1,8 +1,4 @@ { config, ... }: -let - - monitor = "${toString (builtins.map (m: "xrandr --output ${ m.name } --mode ${ toString( m.width )}x${ toString( m.height )} --pos ${ toString( m.x)}x${ toString( m.y)}" ) config.monitors)}"; -in { # TODO: configure x11 to look in .config/x11 home.file.".xinitrc" = { @@ -12,8 +8,6 @@ in picom -b --config ~/.config/picom/picom.conf xrdb ~/.Xresources - ${monitor} - autostart="clipboard-save dwmblocks feh-wallpaper-changer sxhkd" for program in $autostart; do