Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-17 | Merge pull request #211 from jakubrekowski/patch-1 | Luke Smith | |
Added info about include X11 in ubuntu. | |||
2020-05-17 | Added info about include X11 in ubuntu. | Jakub Rekowski | |
Added comment with X11 path in systems based on ubuntu. | |||
2020-05-13 | Merge pull request #208 from trissim/wal-osc | Luke Smith | |
Pywal live reload with OSC patch and transparency fix | |||
2020-05-13 | Reverted bg opacity back to 0.8 for upstream merge | Tristan Simas | |
2020-05-13 | added the xclearwin patch to fix dirty borders after changing colors | Tristan Simas | |
2020-05-13 | Added OSC patch and changes xsetcolorname for live reloading pywal colors ↵ | Tristan Simas | |
while keeping transparency | |||
2020-05-06 | tmux fix, including compile-time errors | Luke Smith | |
2020-05-06 | auto-sync patch | Luke Smith | |
2020-05-05 | boxdraw added | Luke Smith | |
2020-05-05 | cleanup | Luke Smith | |
2020-04-28 | Merge branch 'pasbi-master' | Luke Smith | |
2020-04-28 | less opaque to compensate for darker bg | Luke Smith | |
2020-04-28 | regex update | Luke Smith | |
2020-04-28 | fix with upstream | Luke Smith | |
2020-04-16 | no longer embed dmenu to prevent error if dmenu | Luke Smith | |
has no alpha patch | |||
2020-04-15 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2020-04-15 | following links now separate script | Luke Smith | |
this avoids the effects of swallow in dwm it also will not produce dmenu without found urls | |||
2020-04-15 | cleanup | Luke Smith | |
2020-04-10 | Merge pull request #190 from eGredius/patch-1 | Luke Smith | |
Get rid of NUL character in PS1 | |||
2020-04-10 | Get rid of NUL character in PS1 | GregW | |
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-01 | middle click pastes selection again | Luke Smith | |
2020-04-01 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2020-04-01 | Merge pull request #183 from Fogapod/master | Luke Smith | |
Do not copy text to clipboard after selecting | |||
2020-04-01 | Do not copy text to clipboard after selecting | Eugene | |
This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6 Resolves: #177 | |||
2020-03-27 | Changed flag to -z | georg3tom | |
2020-03-27 | FIX bug in error and copy link | georg3tom | |
Apparently read only reads a single line so only one url was fed to dmenu. | |||
2020-03-25 | dmenu prompt is only shown if there's atleast one link | georg3tom | |
2020-03-20 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2020-03-11 | adding @ to regex | Luke Smith | |
2020-03-11 | Merge pull request #85 from jbenden/xim_interval | Luke Smith | |
Add interval timer to XIM spot updates | |||
2020-02-09 | backend color number changes | Luke Smith | |
2020-02-09 | middle click pastes selection again | Luke Smith | |
2020-02-07 | font display fixes | Luke Smith | |
2020-02-07 | minor regex improvement | Luke Smith | |
2020-02-07 | link | Luke Smith | |
2020-02-01 | note on crashing error | Luke Smith | |
2019-09-10 | Merge pull request #126 from jcapiitao/handle_hash_based_urls | Luke Smith | |
Add hash symbol in openurlcmd and copyurlcmd regexp | |||
2019-09-10 | Add hash symbol in openurlcmd and copyurlcmd regexp | Joel Capitao | |
This enables hash-based urls support. | |||
2019-07-01 | Merge pull request #109 from sarpik/patch-1 | Luke Smith | |
Add background, foreground, cursor color example | |||
2019-06-29 | Add background, foreground, cursor color example | Kipras 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-21 | Merge pull request #102 from undx/undx/pr-fix-promtp-w-space | Luke Smith | |
fix excessive slurping when prompt starts w/ space(s) | |||
2019-06-21 | fix excessive slurping when prompt starts w/ space(s) | undx | |
2019-06-21 | Merge pull request #101 from undx/pr | Luke Smith | |
fix prompt starting with space(s) | |||
2019-06-21 | fix prompt starting with space(s) | undx | |
2019-06-18 | Merge pull request #99 from rjl6789/stluke-pull | Luke Smith | |
additional Xresources item compatible with font2 patch | |||
2019-06-18 | additional Xresources item compatible with font2 patch | rjl6789 | |
2019-06-06 | case insensitivity | Luke Smith | |
2019-06-04 | Merge pull request #96 from jonbulica99/patch-font2 | Luke Smith | |
Apply font2 patch | |||
2019-06-03 | apply font2 patch | Jon Bulica | |
2019-06-02 | Merge pull request #95 from jonbulica99/master | Luke Smith | |
Apply anysize patch so that the window size is not dependent of text size |