mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Added X11 compositor (picom) and configure background transparancy
This commit is contained in:
@@ -135,6 +135,10 @@ desktop_i3_dotfiles:
|
||||
src: .config/rofi/
|
||||
dest: .config/rofi/
|
||||
mode: preserve
|
||||
- name: picom config
|
||||
src: .config/picom/picom.conf
|
||||
dest: .config/picom/picom.conf
|
||||
mode: "0644"
|
||||
- name: .xinitrc
|
||||
src: .xinitrc
|
||||
dest: .xinitrc
|
||||
|
||||
@@ -163,6 +163,7 @@ desktop_i3_packages:
|
||||
- i3status
|
||||
- dunst
|
||||
- network-manager-applet
|
||||
- picom
|
||||
- rofi
|
||||
- scrot
|
||||
- setxkbmap
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
- "{{ user_home }}/.config/dunst"
|
||||
- "{{ user_home }}/.config/i3"
|
||||
- "{{ user_home }}/.config/i3blocks"
|
||||
- "{{ user_home }}/.config/picom"
|
||||
- "{{ user_home }}/.config/rofi"
|
||||
when: "'i3' in (desktop_sessions_enabled | default([]))"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user