diff --git a/assets/chinatown-rotated.png b/assets/chinatown-rotated.png deleted file mode 100644 index 696ff78..0000000 Binary files a/assets/chinatown-rotated.png and /dev/null differ diff --git a/flake.lock b/flake.lock index d8693c6..cb3a719 100644 --- a/flake.lock +++ b/flake.lock @@ -1071,11 +1071,11 @@ "nixpkgs": "nixpkgs_10" }, "locked": { - "lastModified": 1747754433, - "narHash": "sha256-TGH+IhbDPuJ4nnWveRmXL5+R2SAgu5nUvm2M1534rRc=", + "lastModified": 1750296979, + "narHash": "sha256-ETfQ0PySE61cdGm1X8q6Oz7MOu1bQfo5FxMdYMV4F80=", "ref": "refs/heads/master", - "rev": "abf0c78203f7644b4cca9a72fadefd142ab89604", - "revCount": 36, + "rev": "d90c4545ec819c71e85df4fcd7504c5f20fde636", + "revCount": 37, "type": "git", "url": "https://git.sajenim.dev/jasmine/xmonad-config.git" }, diff --git a/home-manager/sajenim/features/desktop/xinitrc b/home-manager/sajenim/features/desktop/xinitrc index c96d774..8c4000a 100644 --- a/home-manager/sajenim/features/desktop/xinitrc +++ b/home-manager/sajenim/features/desktop/xinitrc @@ -1,10 +1,10 @@ #/bin/bash # Setup our monitors -xrandr --output HDMI-A-0 --mode 1920x1080 --rotate left --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 +xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 # Apply our wallpaper -feh --bg-center ~/.repositories/forgejo/nix-config/assets/chinatown.png --bg-center ~/.repositories/forgejo/nix-config/assets/chinatown-rotated.png +feh --bg-center ~/.repositories/personal/nix-config/assets/chinatown.png # Disable screen saver and DPMS features xset s off -dpms