i3: template config for xfce4+i3

This commit is contained in:
transcaffeine 2020-09-18 22:08:40 +02:00
parent 2659a1cc19
commit cc609ade26
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
3 changed files with 10 additions and 5 deletions

8
i3.yml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Template i3 config
hosts: all
become: true
roles:
- i3

View File

@ -4,6 +4,7 @@
package:
name: i3
state: present
ignore_errors: yes
- name: Ensure folder for configuration exists
file:
@ -16,7 +17,3 @@
src: config.j2
dest: ~/.config/i3/config
- name: Create autostart entry
template:
src: ""
dest: ~/.config/autostart/i3.desktop

View File

@ -32,7 +32,7 @@ bindsym $mod+Shift+q kill
bindsym $mod+d exec xfce4-popup-whiskermenu
# Lock the screen
bindsym $mod+l exec i3lock
bindsym $mod+l exec xflock4
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that