actually bind keys

This commit is contained in:
Luke Smith 2019-05-18 19:49:26 -04:00
parent 71233b35eb
commit 43bd101a68
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -51,8 +51,11 @@
,fzf,"is a fuzzy finder tool." ,fzf,"is a fuzzy finder tool."
,highlight,"can highlight code output." ,highlight,"can highlight code output."
,xorg-xbacklight,"enables changing screen brightness levels." ,xorg-xbacklight,"enables changing screen brightness levels."
,setxkbmap,"allows LARBS's unique keyboard bindings" ,sxhkd,"binds keys in and outside of dwm."
,setxkbmap,"allows LARBS's unique keyboard bindings."
,xmodmap,"allows LARBS's unique keyboard bindings."
,simple-mtpfs,"enables the mounting of cell phones." ,simple-mtpfs,"enables the mounting of cell phones."
,xset,"allows speeding up the X rate."
G,https://github.com/lukesmithxyz/dmenu.git,"runs commands and provides a UI for selection." 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." G,https://github.com/lukesmithxyz/st.git,"is my custom build of suckless's terminal emulator."
G,https://github.com/lukesmithxyz/surf.git,"is the suckless web browser." G,https://github.com/lukesmithxyz/surf.git,"is the suckless web browser."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
51 fzf is a fuzzy finder tool.
52 highlight can highlight code output.
53 xorg-xbacklight enables changing screen brightness levels.
54 setxkbmap sxhkd allows LARBS's unique keyboard bindings binds keys in and outside of dwm.
55 setxkbmap allows LARBS's unique keyboard bindings.
56 xmodmap allows LARBS's unique keyboard bindings.
57 simple-mtpfs enables the mounting of cell phones.
58 xset allows speeding up the X rate.
59 G https://github.com/lukesmithxyz/dmenu.git runs commands and provides a UI for selection.
60 G https://github.com/lukesmithxyz/st.git is my custom build of suckless's terminal emulator.
61 G https://github.com/lukesmithxyz/surf.git is the suckless web browser.