split packages into functional groups

This commit is contained in:
Marty Oehme 2019-03-11 11:07:52 +01:00
parent ac3c172a23
commit 765233aad3
8 changed files with 44 additions and 43 deletions

View file

@ -0,0 +1,13 @@
,xorg-server,"is the graphical server."
,xorg-xinit,"starts the graphical server."
,xorg-xauth,"manages X authentication settings."
,xclip,"allows for copying and pasting from the command line."
,xdotool,"provides window action utilities on the command line."
,i3-gaps,"is the main graphical user interface and window manager."
,i3blocks,"is the status bar block provider for i3."
,i3status,"is the status bar for i3."
,i3lock,"is the i3 screen lock provider."
A,j4-dmenu-desktop,"is a faster dmenu replacement, the application launcher of the i3 suite."
A,nerd-fonts-fira-code,"is the mono-space font of choice, patched with embedded icon symbols."
,rxvt-unicode,"is a simple and efficient terminal emulator."
,qutebrowser,"is a keyboard focused browser with vim-keys enabled."
1 xorg-server is the graphical server.
2 xorg-xinit starts the graphical server.
3 xorg-xauth manages X authentication settings.
4 xclip allows for copying and pasting from the command line.
5 xdotool provides window action utilities on the command line.
6 i3-gaps is the main graphical user interface and window manager.
7 i3blocks is the status bar block provider for i3.
8 i3status is the status bar for i3.
9 i3lock is the i3 screen lock provider.
10 A j4-dmenu-desktop is a faster dmenu replacement, the application launcher of the i3 suite.
11 A nerd-fonts-fira-code is the mono-space font of choice, patched with embedded icon symbols.
12 rxvt-unicode is a simple and efficient terminal emulator.
13 qutebrowser is a keyboard focused browser with vim-keys enabled.