lots of monitor hyprman related changes

This commit is contained in:
Daylin Morgan 2024-10-20 12:44:14 -05:00
parent 9ae99be50e
commit 7287995da7
Signed by: daylin
GPG key ID: 950D13E9719334AD
6 changed files with 39 additions and 33 deletions

View file

@ -1,6 +1,6 @@
(defvar rofi-bin "~/.config/rofi/bin")
(deflisten workspaces "hyprman eww watch")
(deflisten workspaces "hyprman watch")
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")

View file

@ -14,8 +14,10 @@
(bar :screen 0 :minimal false)
)
; todo: ADD HOME MONITOR
(defwindow bar1
:monitor 1
:monitor '["ASUS MX239", "Acer H236HL"]'
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
@ -27,15 +29,15 @@
(bar :screen 1 :minimal false)
)
;(defwindow bar2
; :monitor 2
; :windowtype "dock"
; :geometry (geometry :x "0%"
; :y "0%"
; :width "100%"
; :height "40px"
; :anchor "top center")
(defwindow bar2
:monitor '["VN279"]'
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "40px"
:anchor "top center")
;:reserve (struts :side "top" :distance "43px")
; (bar :screen 2 :minimal true)
;)
(bar :screen 2 :minimal true)
)

View file

@ -1,14 +1,13 @@
# exec-once = flameshot &
# exec-once = dunst -conf ~/.config/hypr/dunstrc
exec-once = hyprctl setcursor catppuccin-mocha-dark-cursors 24
exec-once = swww-daemon
exec-once = mako
exec-once = udiskie
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
# moved to systemd units in oizys
exec = hypridle
exec = kanshi
exec = pkill eww & hyprman eww start
exec = pkill eww & hyprman start
exec = hyprman swww

View file

@ -1,3 +1,4 @@
wallpapers: ~/stuff/wallpapers/mountain-temple
default-icon:
no-client: "-"
classes:
@ -15,3 +16,5 @@ classes:
"- Wezterm":
"org.wezfurlong.wezterm":
"MultiViewer for F1":

View file

@ -1,22 +1,23 @@
# othalan alias not working?
# output "InfoVision Optoelectronics (Kunshan) Co.Ltd China 0x8C44" alias $othalan
output "Ancor Communications Inc VN279 M4LMQS079020" alias $work-tall
output "Ancor Communications Inc ASUS MX239 H4LMTJ010711" alias $work-middle
output "Acer Technologies Acer H236HL LX1AA0044210" alias $home-monitor
profile default {
output eDP-1 mode 1920x1200 position 0,0
}
profile home {
output eDP-1 mode 1920x1200 position 1920,0
output $home-monitor mode 1920x1080 position 0,0
}
# three monitors :)
profile work {
output eDP-1 mode 1920x1200 position 1920,0
output DP-3 mode 1920x1080 position 0,0
exec swww img -o eDP-1 ~/.config/hypr/wallpapers/current/00005-4229950720.png & swww img -o DP-3 ~/.config/hypr/wallpapers/current/00007-2215131892.png
}
profile {
output eDP-1 mode 1920x1200 position 1920,0
output DP-5 mode 1920x1080 position 0,0
exec swww img -o eDP-1 ~/.config/hypr/wallpapers/current/00005-4229950720.png & swww img -o DP-5 ~/.config/hypr/wallpapers/current/00007-2215131892.png
}
profile {
output eDP-1 mode 1920x1200 position 1920,0
output DP-6 mode 1920x1080 position 0,0
exec swww img -o eDP-1 ~/.config/hypr/wallpapers/current/00005-4229950720.png & swww img -o DP-6 ~/.config/hypr/wallpapers/current/00007-2215131892.png
output eDP-1 mode 1920x1200 position 3000,960
output $work-middle mode 1920x1080 position 1080,960
output $work-tall mode 1920x1080 position 0,0 transform 90
}

View file

@ -12,6 +12,7 @@ ohmyzsh/ohmyzsh path:plugins/fancy-ctrl-z
ohmyzsh/ohmyzsh path:plugins/colored-man-pages
# tools
# 89luca89/distrobox kind:fpath path:completions/zsh
junegunn/fzf path:shell/completion.zsh
junegunn/fzf path:shell/key-bindings.zsh
wfxr/forgit