Switch to FVWM with stalonetray
This commit is contained in:
parent
842a368dc0
commit
7f7c6175af
4 changed files with 16 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Install core GUI packages
|
||||
become: true
|
||||
pkgng:
|
||||
name: drm-kmod mate xdm xorg xterm
|
||||
name: drm-kmod xdm xorg xterm
|
||||
state: present
|
||||
- name: Install additional GUI packages
|
||||
become: true
|
||||
|
@ -11,15 +11,20 @@
|
|||
state: present
|
||||
vars:
|
||||
packages:
|
||||
- adwaita-icon-theme
|
||||
- atril
|
||||
- dbus
|
||||
- emacs
|
||||
- en_GB-libreoffice
|
||||
- firefox-esr
|
||||
- fvwm
|
||||
- galculator
|
||||
- git-gui
|
||||
- iosevka
|
||||
- liberation-fonts-ttf
|
||||
- libreoffice
|
||||
- luit
|
||||
- mate-terminal
|
||||
- mpv
|
||||
- nextcloudclient
|
||||
- redshift
|
||||
|
|
3
roles/home-gui/files/stalonetrayrc
Normal file
3
roles/home-gui/files/stalonetrayrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
icon_gravity NE
|
||||
grow_gravity NE
|
||||
geometry 1x1-0+0
|
|
@ -1,4 +1,6 @@
|
|||
PATH=/usr/bin:/bin:/usr/local/bin
|
||||
xrdb -merge ~/.Xresources
|
||||
xset b off
|
||||
exec ck-launch-session mate-session
|
||||
stalonetray &
|
||||
redshift &
|
||||
exec ssh-agent fvwm
|
||||
|
|
|
@ -27,6 +27,10 @@
|
|||
copy:
|
||||
src: xclock.desktop
|
||||
dest: "{{ ansible_env.HOME }}/.config/autostart/xclock.desktop"
|
||||
- name: Create stalonetrayrc
|
||||
copy:
|
||||
src: stalonetrayrc
|
||||
dest: "{{ ansible_env.HOME }}/.stalonetrayrc"
|
||||
- name: Create FreeBSD xsession file
|
||||
copy:
|
||||
src: xsession-freebsd
|
||||
|
|
Loading…
Reference in a new issue