Minor tweaks from main machine

This commit is contained in:
2026-02-02 20:12:34 -05:00
parent a94cd0db1b
commit a522d28827
3 changed files with 14 additions and 3 deletions

View File

@@ -1,13 +1,18 @@
wallpaper { wallpaper {
monitor = eDP-1 monitor = eDP-1
path = ~/.wallpaper/Lakeside-2.png path = ~/.wallpaper/LakesideDeer-2.png
} }
wallpaper { wallpaper {
monitor = HDMI-A-1 monitor = HDMI-A-1
path = ~/.wallpaper/PaintingStudio-03.png path = ~/.wallpaper/PaintingStudio-02.png
fit_mode = cover fit_mode = cover
} }
wallpaper {
monitor = DP-1
path = ~/.wallpaper/Rocknergy-2.png
}
splash = false splash = false
ipc = off ipc = off

View File

@@ -35,7 +35,12 @@ output "eDP-1" {
output "GIGA-BYTE TECHNOLOGY CO., LTD. G27F 2 23030B002769" { output "GIGA-BYTE TECHNOLOGY CO., LTD. G27F 2 23030B002769" {
mode "1920x1080@170" mode "1920x1080@170"
scale 1 scale 1
// Second monitor to the left position x=0 y=0
}
output "HKC OVERSEAS LIMITED E2411K 0000000000001" {
mode "1920x1080@60"
scale 1
position x=1920 y=0 position x=1920 y=0
} }

View File

@@ -193,3 +193,4 @@ alias intellij="exec $HOME/Applications/idea-IU-252.26830.84/bin/idea &"
alias mirror="wl-mirror $(niri msg --json focused-output | jq -r .name)" alias mirror="wl-mirror $(niri msg --json focused-output | jq -r .name)"
eval "$(zoxide init --cmd cd zsh)" eval "$(zoxide init --cmd cd zsh)"
export PATH="$HOME/.local/bin:$PATH"