xorg-xprop

This commit is contained in:
Luke Smith 2019-01-13 15:32:16 -05:00
parent d327ec9260
commit d93881bac7
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@
!LICENSE
!progs.csv
!README.md
!testing
!testing/*

View File

@ -10,7 +10,7 @@
,arandr,"is a UI for screen adjustment."
,calcurse,"is a lightweight terminal-based calendar."
,xcompmgr,"is for transparency and removing screen-tearing."
,xprop,"is a tool for detecting window properties."
,xorg-xprop,"is a tool for detecting window properties."
,dosfstools,"allows your computer to access dos-like filesystems."
,libnotify,"allows desktop notifications."
,dunst,"is a suckless notification system."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
10 arandr is a UI for screen adjustment.
11 calcurse is a lightweight terminal-based calendar.
12 xcompmgr is for transparency and removing screen-tearing.
13 xprop xorg-xprop is a tool for detecting window properties.
14 dosfstools allows your computer to access dos-like filesystems.
15 libnotify allows desktop notifications.
16 dunst is a suckless notification system.