1
0
Fork 0

Fix wrong ranger dir

This commit is contained in:
J. Elfring 2024-11-02 00:16:19 +01:00
parent c5f5e8cf33
commit acf0e6db09
6 changed files with 21 additions and 14 deletions

View file

@ -9,29 +9,23 @@
name:
- acpi
- alacritty
- arandr
- aspell
- aspell-de
- aspell-en
- autorandr
- bash
- bash-completion
- binutils
- blueman
- bluez-utils
- clipmenu
- coreutils
- cryptsetup
- curl
- device-mapper
- dialog
- diffutils
- dmenu
- dos2unix
- dosfstools
- dunst
- e2fsprogs
- feh
- file
- filesystem
- findutils
@ -40,10 +34,6 @@
- gnu-netcat
- grep
- gzip
- i3-wm
- i3lock
- i3status
- i3status-rust
- imagemagick
- inetutils
- ispell
@ -73,10 +63,8 @@
- perl
- perl-date-manip
- powerline-fonts
- rofi
- qrencode
- screenfetch
- scrot
- sed
- strace
- texinfo
@ -104,6 +92,27 @@
- w3m
- wget
- wpa_supplicant
- xdot
- zathura
- zathura-pdf-mupdf
state: present
update_cache: True
- name: "Install X packages"
package:
name:
- arandr
- autorandr
- clipmenu
- dmenu
- dunst
- feh
- i3-wm
- i3lock
- i3status
- i3status-rust
- rofi
- scrot
- xautolock
- xclip
- xdot
@ -111,8 +120,6 @@
- xorg-apps
- xorg-xclipboard
- xorg-server
- zathura
- zathura-pdf-mupdf
state: present
update_cache: True