Add second HDR monitor for cottage setup

This commit is contained in:
Michael Bradley 2025-06-14 16:32:49 -04:00
parent 97295856a3
commit b3bd8a3db3
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
4 changed files with 4 additions and 7 deletions

View file

@ -7,9 +7,6 @@ The dotfiles are managed with [TOML Bombadil](https://github.com/oknozor/toml-bo
## TODO ## TODO
* Wallpaper
* Adjust to time of day
* Make sure changed wallpaper is new
* EWW * EWW
* Create radar widget * Create radar widget
* Make separate scroll jumps for `chonk` vs `framework`? * Make separate scroll jumps for `chonk` vs `framework`?

View file

@ -249,7 +249,7 @@
:monitor 2 :monitor 2
:geometry (geometry :x "0px" :geometry (geometry :x "0px"
:y "4px" :y "4px"
:width "1912px" :width "2552px"
:height "24px" :height "24px"
:anchor "top center") :anchor "top center")
:stacking "fg" :stacking "fg"

View file

@ -1,5 +1,5 @@
monitor = DP-3, 1920x1080@60, -4480x0, 1 monitor = DP-3, 2560x1440@100, -5120x0, 1, bitdepth, 10
monitor = DP-2, 2560x1440@100, -2560x0, 1 monitor = DP-2, 2560x1440@100, -2560x0, 1, bitdepth, 10
monitor = eDP-1, 2880x1920@120, 0x0, 1.5 monitor = eDP-1, 2880x1920@120, 0x0, 1.5
decoration { decoration {

View file

@ -9,7 +9,7 @@ Type=exec
{% if host.name == "chonk" %} {% if host.name == "chonk" %}
ExecStart=eww open-many left right ExecStart=eww open-many left right
{% else %} {% else %}
ExecStart=eww open laptop ExecStart=eww open-many laptop laptop_left laptop_right
{% endif %} {% endif %}
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" "" ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" ""
Restart=on-failure Restart=on-failure