hlwm: add tpl back - host specific stuff needed
This commit is contained in:
parent
0c6cb10c3d
commit
fe4fde864f
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue