From b51bc21e37c6496c5ff372debd554d7cdfbaf123 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 2 Dec 2018 21:48:25 -0500 Subject: [PATCH] compiled progs moved to end --- progs.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progs.csv b/progs.csv index 4bbdb3e..5ebf02e 100644 --- a/progs.csv +++ b/progs.csv @@ -5,8 +5,6 @@ TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right wh ,xorg-xdpyinfo,retrieves screen information for some scripts. ,xorg-xwininfo,allows querying information about windows. ,xorg-xinit,starts the graphical server. -G,https://github.com/lukesmithxyz/st.git,is my custom build of suckless's terminal emulator. -G,https://github.com/lukesmithxyz/dmenu.git,runs commands and provides a UI for selection. ,ttf-inconsolata,is the monospace font of LARBS. ,ttf-linux-libertine,provides the sans and serif fonts for LARBS. ,ranger,is an extensive terminal file manager that everyone likes. @@ -64,3 +62,5 @@ A,urlscan,parses URLs in the terminal allowing keyboard-based selection. G,https://github.com/alexanderjeurissen/ranger_devicons.git,gives folder and file icons in ranger. A,task-spooler,queues commands or files for download. A,simple-mtpfs,mounts mtp drives. +G,https://github.com/lukesmithxyz/dmenu.git,runs commands and provides a UI for selection. +G,https://github.com/lukesmithxyz/st.git,is my custom build of suckless's terminal emulator.