1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Niklas Haas
acdd8ddb5a Use bash instead of sh for get_git_rev.sh (#445)
The script relies on bash extensions to `echo`, which is not portable to
POSIX shells. Simplest fix is to request bash explicitly.
2016-08-14 08:18:32 +02:00
Jasper Lievisse Adriaanse
6beb315f77 no need for bash here, sh suffices 2016-04-27 18:13:19 +02:00
Dave Davenport
93362d63f2 Update git revision script. 2016-04-10 13:22:49 +02:00
Quentin Glidic
5f1fcf5e77 version: Let Git provide meaningful information
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05 16:50:14 +02:00
Dave Davenport
545c423b61 Tried to fix strlen on NULL 2016-03-12 14:00:19 +01:00
Dave Davenport
f21195dc14 Remove xdg-terminal, it aint sensible.
Fixes: #355
2016-03-07 17:55:45 +01:00
Tobias Kortkamp
68a913c3b7 Use /usr/bin/env bash for rofi-sensible-terminal 2016-02-02 10:51:36 +01:00
Dave Davenport
390cd49cf4 Update screenshot tool to make smaller pictures. 2015-12-10 21:34:45 +01:00
Dave Davenport
bae5427913 Add option to output to specific file. 2015-12-10 20:57:43 +01:00
Dave Davenport
691b06f767 Fix location, width columns and num lines of screenshot script 2015-12-10 18:04:53 +01:00
Dave Davenport
ad77b9857a Add script that can create screenshot for Xresources 'theme' for webpage. 2015-12-10 17:55:00 +01:00
Dave Davenport
d01afc5303 Add xdg-terminal to list 2015-11-01 12:28:55 +01:00
QC
fbb2e34aab remove xdg-terminal stuff 2015-08-04 12:56:01 +02:00
Michael Vetter
1c52aafc3c Call bash instead of sh for rofi-sensible-terminal
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-04 11:53:37 +02:00
QC
7e9ac526b5 Use rofi for nagbar 2015-08-03 20:42:16 +02:00
QC
da044e0a05 Add rofi-sensible-terminal script. 2015-08-03 20:40:01 +02:00