Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (460B)
---
1 Allow popup on gesture
2 ========================
3
4 Description
5 -----------
6
7 Enable same-window popup on user gesture.
8 (some pages don't work correctly without that, others redirect to spam p…
9
10 To open popup in new window open diff file and replace:
11
12 + loaduri((Client *) c, &aa);
13
14 with:
15
16 + newwindow(c, &aa, 1);
17
18 Download
19 --------
20
21 * [surf-popup-2.0.diff](surf-popup-2.0.diff) (1037) (20171203)
22
23 Author
24 ------
25
26 * Marcin sZpak <[email protected]>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.