Commit Graph

1126 Commits

Author SHA1 Message Date
f2faf93fab regex update 2020-04-28 18:48:43 -04:00
ce7ef62c11 fix with upstream 2020-04-28 18:46:21 -04:00
3f44e88d6e no longer embed dmenu to prevent error if dmenu
has no alpha patch
2020-04-16 14:48:52 -04:00
1d1fefcd7b Merge branch 'master' of github.com:LukeSmithxyz/st 2020-04-15 16:43:26 -04:00
baa9fa076a following links now separate script
this avoids the effects of swallow in dwm

it also will not produce dmenu without found urls
2020-04-15 16:43:14 -04:00
d9f3fd8a16 cleanup 2020-04-15 16:42:19 -04:00
1832b84873 Merge pull request #190 from eGredius/patch-1
Get rid of NUL character in PS1
2020-04-10 12:14:25 -04:00
93dcba59de Get rid of NUL character in PS1
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-10 11:59:55 -04:00
689add8aad middle click pastes selection again 2020-04-01 09:40:53 -04:00
e7db668a0a Merge branch 'master' of github.com:LukeSmithxyz/st 2020-04-01 09:28:28 -04:00
e248ef8c33 Merge pull request #183 from Fogapod/master
Do not copy text to clipboard after selecting
2020-04-01 09:24:32 -04:00
7917ec930a Do not copy text to clipboard after selecting
This behaviour was introduced in 6833411400
Resolves: #177
2020-04-01 13:37:57 +03:00
9ce69b377a Changed flag to -z 2020-03-27 22:36:12 +05:30
26b57c7300 FIX bug in error and copy link
Apparently read only reads a single line so only one url was
    fed to dmenu.
2020-03-27 21:29:53 +05:30
8ba5325adb dmenu prompt is only shown if there's atleast one link 2020-03-25 15:06:03 +05:30
72c555f605 Merge branch 'master' of github.com:LukeSmithxyz/st 2020-03-20 08:40:22 -04:00
ec72bbe23e adding @ to regex 2020-03-11 09:59:02 -04:00
6725a2fde0 Merge pull request #85 from jbenden/xim_interval
Add interval timer to XIM spot updates
2020-03-11 09:43:27 -04:00
e2a59d5521 backend color number changes 2020-02-09 15:48:07 -05:00
66780d00e4 middle click pastes selection again 2020-02-09 15:46:13 -05:00
4c05d1cef3 font display fixes 2020-02-07 22:44:19 -05:00
f0b7aeeb53 minor regex improvement 2020-02-07 18:46:24 -05:00
cd28e535f8 link 2020-02-07 18:46:12 -05:00
6852d5ecfc note on crashing error 2020-02-01 18:33:22 -05:00
131bdf67fd Merge pull request #126 from jcapiitao/handle_hash_based_urls
Add hash symbol in openurlcmd and copyurlcmd regexp
2019-09-10 07:26:18 -04:00
63849e346b Add hash symbol in openurlcmd and copyurlcmd regexp
This enables hash-based urls support.
2019-09-10 11:15:33 +02:00
4a9b405ab0 Merge pull request #109 from sarpik/patch-1
Add background, foreground, cursor color example
2019-07-01 08:43:47 -04:00
7150fd6b35 Add background, foreground, cursor color example
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-29 15:21:00 +03:00
cad53235df Merge pull request #102 from undx/undx/pr-fix-promtp-w-space
fix excessive slurping when prompt starts w/ space(s)
2019-06-21 14:48:05 -04:00
1264ad0515 fix excessive slurping when prompt starts w/ space(s) 2019-06-21 20:35:04 +02:00
7d5e65282e Merge pull request #101 from undx/pr
fix prompt starting with space(s)
2019-06-21 12:02:07 -04:00
bf29538fdd fix prompt starting with space(s) 2019-06-21 17:39:52 +02:00
5c49ff8012 Merge pull request #99 from rjl6789/stluke-pull
additional Xresources item compatible with font2 patch
2019-06-18 09:01:24 -04:00
fb95bcb8a6 additional Xresources item compatible with font2 patch 2019-06-18 09:08:41 +01:00
261652b42f case insensitivity 2019-06-06 11:38:47 -04:00
60506bfc82 Merge pull request #96 from jonbulica99/patch-font2
Apply font2 patch
2019-06-04 16:22:50 -04:00
5728d045eb apply font2 patch 2019-06-03 23:58:12 +02:00
3c0a2e8d30 Merge pull request #95 from jonbulica99/master
Apply anysize patch so that the window size is not dependent of text size
2019-06-02 16:41:56 -04:00
9449c5787f apply anysize patch 2019-06-02 22:29:00 +02:00
e2046555c0 Merge pull request #88 from lucaslugao/master
Premultiply background RGB values if alpha is used
2019-05-23 23:02:08 -04:00
ffcacfa98d Premultiply background RGB values if alpha is used 2019-05-21 17:17:13 +02:00
d06bf1fd7e magnet links detectable 2019-05-19 20:16:13 -04:00
a96c33e81e Add interval timer to XIM updates
Signed-off-by: Joseph Benden <joe@benden.us>
2019-05-17 11:54:04 -07:00
6c0c86191c Merge pull request #79 from rjl6789/virgin
default fg, bg and cursor - modified so works with .Xresources
2019-05-12 09:14:18 -04:00
55405e17f1 correct fg,bg,cs defaults so will work with Xresources and default is gruvbox 2019-05-11 12:11:49 +01:00
6ecb8b1595 make config consistent with virgin lukesmith st repo 2019-05-11 12:05:30 +01:00
ea40e61a8d Merge remote-tracking branch 'upstream/master' into virgin 2019-05-11 12:01:58 +01:00
da82328295 Merge pull request #77 from otlin100/luke
allow '%' in URLs
2019-05-10 12:54:26 -04:00
3b6662093c allow '%' in URLs 2019-05-10 18:46:14 +02:00
9fb50579c1 Merge pull request #75 from Lukeblanes/master
Include links with port numbers
2019-05-10 09:54:10 -04:00