1
0
Fork 0

hlwm: add tpl back - host specific stuff needed

This commit is contained in:
Vladimír Dudr 2022-12-20 10:02:32 +01:00
parent 0c6cb10c3d
commit fe4fde864f

View file

@ -220,9 +220,10 @@ hc rule class='mpv' floating=on
hc set tree_style '╾│ ├└╼─┐'
# unlock, just to be sure
hc unlock
{{ if eq .chezmoi.hostname "ws" }}
xrandr --output HDMI-1 --right-of DVI-D-1
{{end}}
# do multi monitor setup here, e.g.:
# hc set_monitors 1280x1024+0+0 1280x1024+1280+0
@ -236,6 +237,9 @@ hc detect_monitors
hc attr settings.auto_detect_monitors 1
# unlock, just to be sure
hc unlock
systemctl --user import-environment DISPLAY XAUTHORITY XDG_SESSION_PATH
systemctl restart --user "hlwm.target"