| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: grep pattern to avoid unintended matches (#1383) | David Nevado | 2024-05-11 | 1 | -3/+3 |
| | | | | | | added `^` and `$` to the pattern used in `grep -v` in order to avoid matching displays whose name contains some other display name. e.g ("DPI", "eDPI") | ||||
| * | add comment, remove remaps from displayselect | Luke Smith | 2023-02-06 | 1 | -1/+0 |
| | | |||||
| * | Fixed edp1 botching dp1 grep (#861) | ashprice | 2020-12-11 | 1 | -1/+1 |
| | | | | Co-authored-by: ashprice <vofan@tuta.io> | ||||
| * | Compatibility for FreeBSD's paste(1) (#853) | anntnzrb | 2020-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` | ||||
| * | fix | Luke Smith | 2020-06-22 | 1 | -1/+1 |
| | | |||||
| * | Shellcheck (#676) | JameyBear | 2020-06-01 | 1 | -5/+5 |
| | | | | Co-authored-by: WhispersOfJ <kaotiks@gmail.com> | ||||
| * | fix | Luke Smith | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | make use of setsid(1)'s `-f` flag (#652) | Kian Kasad | 2020-05-30 | 1 | -1/+1 |
| | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| * | replace `tr '\n' 'CHAR'` with `paste -sd 'CHAR'` (#625) | Kian Kasad | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | feedback and autoconfig if single screen | Luke Smith | 2020-04-20 | 1 | -6/+17 |
| | | |||||
| * | pgrep is a little slow, slower than ps | grep | Luke Smith | 2020-04-11 | 1 | -1/+1 |
| | | |||||
| * | #!/bin/sh shebang. newline after universalized. | Luke Smith | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | portable shebang | Luke Smith | 2019-08-18 | 1 | -1/+1 |
| | | |||||
| * | dox | Luke Smith | 2019-06-01 | 1 | -4/+3 |
| | | |||||
| * | massive cleanup | Luke Smith | 2019-05-19 | 1 | -0/+73 |
