{ config, pkgs, lib, nhekoSrc, mtxclientSrc, ... }: { imports = [ ]; services = { xserver = { windowManager.i3.enable = true; windowManager.i3.extraSessionCommands = '' # output from arandr: #xrandr --output DP-1 --mode 1920x1080 --pos 3840x1080 --rotate normal --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --off --output DP-2 --off xrandr --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --primary --output DP-1 --mode 1920x1080 --pos 3840x1080 --rotate normal --output HDMI-2 --off --output DP-2 --off ${pkgs.polybarFull}/bin/polybar & ${pkgs.dunst}/bin/dunst & ${pkgs.picom}/bin/picom --config ~/.config/picom.conf & ${pkgs.feh}/bin/feh --no-fehbg --bg-fill ${../../../../modules/users/Rory/wallpaper.webp} ''; windowManager.i3.extraPackages = with pkgs; [ easyeffects keepassxc ]; }; picom.enable = false; #picom.vSync = false; #picom.backend = "glx"; }; }