summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-16no longer embed dmenu to prevent error if dmenuLuke Smith
has no alpha patch
2020-04-15Merge branch 'master' of github.com:LukeSmithxyz/stLuke Smith
2020-04-15following links now separate scriptLuke Smith
this avoids the effects of swallow in dwm it also will not produce dmenu without found urls
2020-04-15cleanupLuke Smith
2020-04-10Merge pull request #190 from eGredius/patch-1Luke Smith
Get rid of NUL character in PS1
2020-04-10Get rid of NUL character in PS1GregW
The first grep in the original script will return "binary file matches" if there are NUL characters in PS1, e.g, emojis. The added line gets rid of NUL characters.
2020-04-01middle click pastes selection againLuke Smith
2020-04-01Merge branch 'master' of github.com:LukeSmithxyz/stLuke Smith
2020-04-01Merge pull request #183 from Fogapod/masterLuke Smith
Do not copy text to clipboard after selecting
2020-04-01Do not copy text to clipboard after selectingEugene
This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6 Resolves: #177
2020-03-20Merge branch 'master' of github.com:LukeSmithxyz/stLuke Smith
2020-03-11adding @ to regexLuke Smith
2020-03-11Merge pull request #85 from jbenden/xim_intervalLuke Smith
Add interval timer to XIM spot updates
2020-02-09backend color number changesLuke Smith
2020-02-09middle click pastes selection againLuke Smith
2020-02-07font display fixesLuke Smith
2020-02-07minor regex improvementLuke Smith
2020-02-07linkLuke Smith
2020-02-01note on crashing errorLuke Smith
2019-09-10Merge pull request #126 from jcapiitao/handle_hash_based_urlsLuke Smith
Add hash symbol in openurlcmd and copyurlcmd regexp
2019-09-10Add hash symbol in openurlcmd and copyurlcmd regexpJoel Capitao
This enables hash-based urls support.
2019-07-01Merge pull request #109 from sarpik/patch-1Luke Smith
Add background, foreground, cursor color example
2019-06-29Add background, foreground, cursor color exampleKipras Melnikovas
You might want to update every theme with different colors - I just didn't knew which ones to put there (or maybe just mimic `color0` as `background` & `color15` as `foreground` and `cursorColor` (see the diff @ #108)) Fixes #108 and #97
2019-06-21Merge pull request #102 from undx/undx/pr-fix-promtp-w-spaceLuke Smith
fix excessive slurping when prompt starts w/ space(s)
2019-06-21fix excessive slurping when prompt starts w/ space(s)undx
2019-06-21Merge pull request #101 from undx/prLuke Smith
fix prompt starting with space(s)
2019-06-21fix prompt starting with space(s)undx
2019-06-18Merge pull request #99 from rjl6789/stluke-pullLuke Smith
additional Xresources item compatible with font2 patch
2019-06-18additional Xresources item compatible with font2 patchrjl6789
2019-06-06case insensitivityLuke Smith
2019-06-04Merge pull request #96 from jonbulica99/patch-font2Luke Smith
Apply font2 patch
2019-06-03apply font2 patchJon Bulica
2019-06-02Merge pull request #95 from jonbulica99/masterLuke Smith
Apply anysize patch so that the window size is not dependent of text size
2019-06-02apply anysize patchJon Bulica
2019-05-23Merge pull request #88 from lucaslugao/masterLuke Smith
Premultiply background RGB values if alpha is used
2019-05-21Premultiply background RGB values if alpha is usedLucas Lugao
2019-05-19magnet links detectableLuke Smith
2019-05-17Add interval timer to XIM updatesJoseph Benden
Signed-off-by: Joseph Benden <joe@benden.us>
2019-05-12Merge pull request #79 from rjl6789/virginLuke Smith
default fg, bg and cursor - modified so works with .Xresources
2019-05-11correct fg,bg,cs defaults so will work with Xresources and default is gruvboxrjl6789
2019-05-11make config consistent with virgin lukesmith st reporjl6789
2019-05-11Merge remote-tracking branch 'upstream/master' into virginrjl6789
2019-05-10Merge pull request #77 from otlin100/lukeLuke Smith
allow '%' in URLs
2019-05-10allow '%' in URLsotlin100
2019-05-10Merge pull request #75 from Lukeblanes/masterLuke Smith
Include links with port numbers
2019-05-10Include links with port numbersLuke
2019-05-09corrected fg and bg defaults againrjl6789
2019-05-09original colorLuke Smith
2019-05-09Merge pull request #72 from rjl6789/masterLuke Smith
correct colorname declaration
2019-05-09corrected colorname declarationrjl6789