summaryrefslogtreecommitdiff
path: root/bin/.local
AgeCommit message (Collapse)Author
2019-03-06[vifm] Add shortcut for inkscapeUrbain Vaes
2019-02-19Fix bug in workspace scriptUrbain Vaes
Bug description: going to the next workspace from workspace number 10 resulted in two workspaces with number 0. Reason: awk '$1 ~ /0/' matches both 0 and 10.
2019-02-18Add Caps_Lock as shift-printUrbain Vaes
2018-12-22Add generalized motionUrbain Vaes
2018-11-25Add binding to change keyboardUrbain Vaes
2018-11-17Add support for external filesUrbain Vaes
2018-11-16Move ~/bin to ~/.local/binUrbain Vaes