Skip to content

Commit

Permalink
Add i3-wm as udev src
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLunchbox committed Aug 9, 2024
1 parent 22e2e42 commit af02935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/base/tasks/dotfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
- name: Set up auto-resize for xfce and i3
when: >
('xfce4' in ansible_facts['packages'] or
'i3' in ansible_facts['packages']) and
'i3' in ansible_facts['packages'] or
'i3-wm' in ansible_facts['packages'] ) and
no_container_environment
block:
- name: Create resize-script
Expand Down

0 comments on commit af02935

Please sign in to comment.