summaryrefslogtreecommitdiffstats
path: root/script
AgeCommit message (Collapse)Author
2016-02-02Use /usr/bin/env bash for rofi-sensible-terminalTobias Kortkamp
2015-12-10Update screenshot tool to make smaller pictures.Dave Davenport
2015-12-10Add option to output to specific file.Dave Davenport
2015-12-10Fix location, width columns and num lines of screenshot scriptDave Davenport
2015-12-10Add script that can create screenshot for Xresources 'theme' for webpage.Dave Davenport
2015-11-01Add xdg-terminal to listDave Davenport
2015-08-04remove xdg-terminal stuffQC
2015-08-04Call bash instead of sh for rofi-sensible-terminalMichael Vetter
In the script you use 'command -v' which AFAIK is a bash built-in and thus not available on all shells. Although /bin/sh links to /bin/bash on many systems it does not on every system. So it is possible that it does not work.
2015-08-03Use rofi for nagbarQC
2015-08-03Add rofi-sensible-terminal script.QC