rotate monitor, bump xmonad
This commit is contained in:
parent
6343499225
commit
1782deb3c9
3 changed files with 6 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.6 MiB |
8
flake.lock
generated
8
flake.lock
generated
|
@ -1071,11 +1071,11 @@
|
||||||
"nixpkgs": "nixpkgs_10"
|
"nixpkgs": "nixpkgs_10"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747754433,
|
"lastModified": 1750296979,
|
||||||
"narHash": "sha256-TGH+IhbDPuJ4nnWveRmXL5+R2SAgu5nUvm2M1534rRc=",
|
"narHash": "sha256-ETfQ0PySE61cdGm1X8q6Oz7MOu1bQfo5FxMdYMV4F80=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "abf0c78203f7644b4cca9a72fadefd142ab89604",
|
"rev": "d90c4545ec819c71e85df4fcd7504c5f20fde636",
|
||||||
"revCount": 36,
|
"revCount": 37,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sajenim.dev/jasmine/xmonad-config.git"
|
"url": "https://git.sajenim.dev/jasmine/xmonad-config.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
# Setup our monitors
|
# 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
|
# 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
|
# Disable screen saver and DPMS features
|
||||||
xset s off -dpms
|
xset s off -dpms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue