Remove desktop role
This commit is contained in:
parent
a95fad071a
commit
f6ec2e72ea
Binary file not shown.
Before Width: | Height: | Size: 178 B |
@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Dwm
|
||||
Comment=Dynamic window manager
|
||||
Exec=dwm
|
||||
Icon=dwm
|
||||
Type=XSession
|
@ -1,41 +0,0 @@
|
||||
---
|
||||
- name: install required packages
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- git
|
||||
- make
|
||||
- libx11-dev
|
||||
- libxft-dev
|
||||
- libxinerama-dev
|
||||
- libxcb-res0-dev
|
||||
- libx11-xcb-dev
|
||||
|
||||
- name: checkout
|
||||
shell:
|
||||
cmd: |
|
||||
mkdir -p ~/src
|
||||
cd ~/src
|
||||
git clone {{ dwm-repo }}
|
||||
|
||||
- name: build dwm
|
||||
make:
|
||||
chdir: ~/src/dwm
|
||||
|
||||
- name: copy xsession
|
||||
become: yes
|
||||
copy:
|
||||
src: usr/share/xsessions/dwm.desktop
|
||||
dest: /usr/share/xsessions/dwm.desktop
|
||||
|
||||
- name: copy icon
|
||||
become: yes
|
||||
copy:
|
||||
src: usr/share/icons/dwm.png
|
||||
dest: /usr/share/icons/dwm.png
|
||||
|
||||
- name: install dwm
|
||||
become: yes
|
||||
make:
|
||||
chdir: ~/src/dwm
|
||||
target: install
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
- import_tasks: setup.yml
|
||||
|
||||
- import_tasks: dwm.yml
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
- block:
|
||||
become: yes
|
||||
- name: install git and make
|
||||
apt:
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- git
|
||||
- make
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
dwm-repo: https://github.com/pgrondek/dwm.git
|
||||
st-repo: https://github.com/pgrondek/stterm.git
|
Loading…
Reference in New Issue
Block a user