Compare commits
3 commits
258d897758
...
0106d6a95e
Author | SHA1 | Date | |
---|---|---|---|
Oliver Traber | 0106d6a95e | ||
Oliver Traber | 75f231ae50 | ||
Oliver Traber | 0c32929002 |
|
@ -152,12 +152,6 @@
|
||||||
cmd: "cmake --install build"
|
cmd: "cmake --install build"
|
||||||
chdir: /usr/local/src/xdg-desktop-portal-hyprland
|
chdir: /usr/local/src/xdg-desktop-portal-hyprland
|
||||||
|
|
||||||
- name: Move xdg-desktop-portal-hyprland.service into place
|
|
||||||
become: yes
|
|
||||||
ansible.builtin.copy:
|
|
||||||
src: /usr/lib/x86_64-linux-gnu/systemd/user/xdg-desktop-portal-hyprland.service
|
|
||||||
dest: /usr/lib/systemd/user/xdg-desktop-portal-hyprland.service
|
|
||||||
|
|
||||||
- name: Reload systemd
|
- name: Reload systemd
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
|
|
|
@ -100,7 +100,7 @@ windowrulev2 = size 500 500,title:^(Application Finder)$
|
||||||
|
|
||||||
# Workspace rules
|
# Workspace rules
|
||||||
{% for workspace in hostvars[ansible_hostname]['workspaces'] %}
|
{% for workspace in hostvars[ansible_hostname]['workspaces'] %}
|
||||||
workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{{ workspace['monitor'] }}{% endif %}{% if 'default' in workspace %}, default:{{ workspace['default'] }}{% endif %}{% if 'layoutopt_orientation' in workspace %}, layoutopt:orientation:{{ workspace['layoutopt_orientation'] }}{% endif %}{% if 'on_created_empty' in workspace %}, on-created-empty:{{ workspace['on_created_empty'] }}{% endif %}
|
workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{{ workspace['monitor'] }}{% endif %}{% if 'default' in workspace %}, default:{{ workspace['default'] | lower }}{% endif %}{% if 'layoutopt_orientation' in workspace %}, layoutopt:orientation:{{ workspace['layoutopt_orientation'] }}{% endif %}{% if 'on_created_empty' in workspace %}, on-created-empty:{{ workspace['on_created_empty'] }}{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
state: latest
|
state: latest
|
||||||
install_recommends: false
|
install_recommends: false
|
||||||
name:
|
name:
|
||||||
- keepassxc
|
- keepassxc-full
|
||||||
|
|
Loading…
Reference in a new issue