Special configuration for openbox on second display
do not focus new windows
This commit is contained in:
@@ -45,6 +45,14 @@
|
||||
owner: '{{ vdr.user }}'
|
||||
group: '{{ vdr.group }}'
|
||||
|
||||
- name: expand rc2.xml for openbox on second display
|
||||
template:
|
||||
src: 'templates/openbox/rc2.xml.j2'
|
||||
dest: '{{ vdr.home }}/.config/openbox/rc2.xml'
|
||||
mode: 0644
|
||||
owner: '{{ vdr.user }}'
|
||||
group: '{{ vdr.group }}'
|
||||
|
||||
- name: create yavdr-desktop.target for the user session
|
||||
template:
|
||||
src: 'templates/systemd/user/yavdr-desktop.target.j2'
|
||||
|
||||
Reference in New Issue
Block a user