description of changes

This commit is contained in:
gutmet 2021-03-17 21:52:17 +01:00
parent c948563a24
commit 1e9b20757a

15
CHANGES Normal file
View File

@ -0,0 +1,15 @@
This version of surf differs from the original on suckless.org as follows:
- added config.h to make clean
(so be careful!)
- applied bookmarking patch
(path changed to ~/suckless/surf/)
- applied externalpipe patch
(added scripts to show a save dialog on Ctrl+s, editor window on Ctrl+o)
- always sets _SURF_URI before spawning (unsure about correct location, but fixes bookmarking bug)
- don't show indicators
- don't stop on Ctrl+c
- bind URI clipboard to Ctrl+c/v
- bind printing to Ctrl+p
- bind zooming reset to Ctrl+0