Commit Graph

1161 Commits

Author SHA1 Message Date
acdd54fe19 Merge branch 'master' of gitlab.com:LukeSmithxyz/st into master 2020-08-21 15:30:49 -04:00
80c6f5c5f0 Merge branch 'master' into 'master'
change alpha with keyboard shortcut C-F11/C-F12

See merge request LukeSmithxyz/st!6
2020-08-21 19:05:54 +00:00
73a6020865 change alpha with keyboard shortcut C-F11/C-F12 2020-08-19 00:24:54 -03:00
de6fd85eeb Merge pull request #241 from pierg75/fix_urlhandler
Fixed a small issue with the urlhandler.
2020-08-07 07:20:03 -04:00
7e5b697352 Fixed a small issue with the urlhandler.
Urls lile:

https://whatever.domain/~myprecious/usefull-blog.html
https://brb.imback.maybe/isit/blah#sure

Were not propery handled (everything after either '#' or '~' were ignored).
Escaped '#' and added '~' in the regex.

Signed-off-by: Pierguido Lambri <plambri@redhat.com>
2020-08-07 09:53:57 +01:00
e187610a23 Merge pull request #215 from halcyonseeker/master
Expanded url scheme support and fixed issue with tilde in url
2020-07-08 11:16:52 -04:00
a96508af7c Merge branch 'mackarelfish-master' 2020-07-08 11:16:08 -04:00
cfef7fa605 Merge branch 'master' of https://github.com/mackarelfish/st into mackarelfish-master 2020-07-08 11:15:08 -04:00
3f51ba298c Merge branch 'dennisleexyz-mouse' 2020-07-08 11:13:33 -04:00
cf0807b3e9 use st-scrollback-mouse-altscreen-20190131-e23acb9 2020-06-30 18:33:15 -07:00
222eac739d Merge pull request #224 from Azumgi/glyph_truncation_fix
Glyph truncation fix
2020-06-13 07:56:08 -04:00
e3b821dcb3 Fix wide glyphs truncation 2020-06-13 04:15:30 +03:00
ca42c0cc02 Revert db6f796 (fonts overdrawing fix) 2020-06-13 02:36:43 +03:00
b6a1f2d333 funding file for github sponsors 2020-06-02 15:23:00 -04:00
919245dd95 dumb fix 2020-06-02 15:12:35 -04:00
5478e1c89e apparently caps 2020-06-02 15:09:30 -04:00
3c1ef738a7 Merge branch 'master' of github.com:LukeSmithxyz/st 2020-06-02 15:06:12 -04:00
9839f563e7 funding for github sponsors 2020-06-02 15:05:13 -04:00
6bf7545fc9 Merge branch 'master' of https://github.com/lukesmithxyz/st 2020-05-31 10:23:03 +07:00
47b5bdf806 Expanded url scheme support and fixed issue with tilde in url 2020-05-26 01:58:55 -07:00
22c71c355c Merge pull request #212 from LoganDungeon/patch-1
renamed compton to picom
2020-05-17 07:57:56 -04:00
1d64231047 renamed compton to picom
Just a small change: compton recently was renamed to picom
2020-05-17 13:55:24 +02:00
d2083bb47b Merge pull request #211 from jakubrekowski/patch-1
Added info about include X11 in ubuntu.
2020-05-17 06:36:20 -04:00
069fed73da Added info about include X11 in ubuntu.
Added comment with X11 path in systems based on ubuntu.
2020-05-17 10:36:21 +02:00
74b68b32fa Merge pull request #208 from trissim/wal-osc
Pywal live reload with OSC patch and transparency fix
2020-05-13 18:10:29 -04:00
05708c89c3 Reverted bg opacity back to 0.8 for upstream merge 2020-05-13 17:10:44 -04:00
24fa39b861 added the xclearwin patch to fix dirty borders after changing colors 2020-05-13 17:06:41 -04:00
c6c7c8541d Added OSC patch and changes xsetcolorname for live reloading pywal colors while keeping transparency 2020-05-13 14:52:22 -04:00
4edc7282ab Added ligatures patch 2020-05-12 03:46:52 +07:00
fdf3989005 tmux fix, including compile-time errors 2020-05-06 14:01:46 -04:00
4f44d2d13f auto-sync patch 2020-05-06 13:58:09 -04:00
b35e4f5727 boxdraw added 2020-05-05 13:55:37 -04:00
b43e574fa6 cleanup 2020-05-05 13:52:44 -04:00
7e01028f86 Merge branch 'pasbi-master' 2020-04-28 19:11:52 -04:00
b7b9c54a10 less opaque to compensate for darker bg 2020-04-28 19:09:15 -04:00
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