-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.txt
80 lines (76 loc) · 3.06 KB
/
dependencies.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
########################
# Previous versions used i3 as WM, nowadays I run dwm (check dwm folder)
#i3-gaps - replaced with /dwm
#i3blocks - replaced with /dwmblocks
#pulseaudio - replaced with pipewire
#xkb-switch - replaced with gxkb
########################
# Xorg related packages
xorg-bdftopcf
xorg-font-util
xorg-font-utils
xorg-fonts-encodings
xorg-mkfontscale
xorg-server
xorg-server-common
xorg-setxkbmap
xorg-xauth
xorg-xbacklight
xorg-xinit
xorg-xinput
xorg-xkbcomp
xorg-xmodmap
xorg-xprop
xorg-xrandr
xorg-xrdb
xorg-xset
########################
# General
base-devel # should be already installed
zsh # shell interpretator
zsh-completions # zsh extension
zsh-history-substring-search # zsh extension
zsh-syntax-highlighting # zsh extension
zsh-autosuggestions # zsh extension
firefox # browser
alacritty # terminal
#vim # editor - skipping this one because gvim is already installed
arc-icon-theme # GTK icons themes
arc-gtk-theme # GTK themes
thunar # GTK file manager
file-roller # GTK archive manager
evince # GTK pdf reader
i3lock # i3 screensaver
dunst # lightweight notification daemon
rofi # run-dialog and dmenu replacement
feh # tool to manage backgrounds
network-manager-applet # network manager applet
numlockx # tool to manage numlock status
picom # composer
xclip # tool to work with clipboard
scrot # screenshot unility
udisks2 # udisks daemon and ctl which in my case are used to manage storage devices
sysstat # system stats utility
lightdm # display manager
lightdm-webkit2-greeter # greeter for lighdtm
gxkb # systray kb layout indicator
indicator-keylock # systray caps indicator
trash-cli # put to trash instead of removing
acpi # tool to get info about the battery status
redshift # simple redshift cli
gvim # vim extension to be able to copy and paste to/from vim
blueman # bluetooth manager
python3 # python interpretator
ranger # terminal-based file manager
ueberzug # tool to display images preview in ranger
pango # text renderer for i3bar adn dwmblocks
makefontpkg # is used to build font package from /assets/fonts
otf-font-awesome-5
ttf-ubuntu-font-family
ttf-ubraille
ttf-apple-emoji
ttf-dejavu-emojiless
libxft-bgra # patch to add colored emojis support to dwm
# for touchpad gestures support
libinput-gestures
xdotool