i3: template config for xfce4+i3
This commit is contained in:
parent
2659a1cc19
commit
cc609ade26
8
i3.yml
Normal file
8
i3.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Template i3 config
|
||||||
|
hosts: all
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- i3
|
||||||
|
|
@ -4,6 +4,7 @@
|
|||||||
package:
|
package:
|
||||||
name: i3
|
name: i3
|
||||||
state: present
|
state: present
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Ensure folder for configuration exists
|
- name: Ensure folder for configuration exists
|
||||||
file:
|
file:
|
||||||
@ -16,7 +17,3 @@
|
|||||||
src: config.j2
|
src: config.j2
|
||||||
dest: ~/.config/i3/config
|
dest: ~/.config/i3/config
|
||||||
|
|
||||||
- name: Create autostart entry
|
|
||||||
template:
|
|
||||||
src: ""
|
|
||||||
dest: ~/.config/autostart/i3.desktop
|
|
||||||
|
@ -32,7 +32,7 @@ bindsym $mod+Shift+q kill
|
|||||||
bindsym $mod+d exec xfce4-popup-whiskermenu
|
bindsym $mod+d exec xfce4-popup-whiskermenu
|
||||||
|
|
||||||
# Lock the screen
|
# 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
|
# 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
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
|
Loading…
Reference in New Issue
Block a user