diff options
author | heqnx <root@heqnx.com> | 2025-05-27 16:43:43 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-27 16:43:43 +0300 |
commit | 3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376 (patch) | |
tree | 2ccd535d016577307206ce3a23a628210098dfe0 /roles | |
parent | 07a40a6560a57439ed68716f351ad41b9502794b (diff) | |
download | ansible-playbooks-3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376.tar.gz ansible-playbooks-3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376.zip |
added thunar and mousepad
Diffstat (limited to 'roles')
-rw-r--r-- | roles/icewm/files/icewm/menu | 2 | ||||
-rw-r--r-- | roles/icewm/tasks/main.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/roles/icewm/files/icewm/menu b/roles/icewm/files/icewm/menu index 92caa03..9e5aa31 100644 --- a/roles/icewm/files/icewm/menu +++ b/roles/icewm/files/icewm/menu @@ -1 +1,3 @@ prog "Terminal" - x-terminal-emulator +prog "File Manager" - thunar +prog "Text Editor" - mousepad diff --git a/roles/icewm/tasks/main.yaml b/roles/icewm/tasks/main.yaml index 1d273e1..7e6987d 100644 --- a/roles/icewm/tasks/main.yaml +++ b/roles/icewm/tasks/main.yaml @@ -5,6 +5,8 @@ - fonts-dejavu - xterm - xclip + - mousepad + - thunar state: present update_cache: true |