Go to file
2022-05-10 19:52:56 +02:00
config.h Provide config for keybinds 2022-05-10 19:52:56 +02:00
keyconf.h Provide config for keybinds 2022-05-10 19:52:56 +02:00
makefile fix double keypress events 2022-05-10 17:35:37 +02:00
readme add readme 2022-05-09 23:05:11 +02:00
rose.c Provide config for keybinds 2022-05-10 19:52:56 +02:00
rose.h initial commit 2022-05-09 23:03:14 +02:00
webview.c fix double keypress events 2022-05-10 17:35:37 +02:00
webview.h fix double keypress events 2022-05-10 17:35:37 +02:00
window.c Provide config for keybinds 2022-05-10 19:52:56 +02:00
window.h fix double keypress events 2022-05-10 17:35:37 +02:00

rose browser
------------

Simple webkitgtk browser.

requirements
------------

In order to build surf you need gtk4 and webkit2gtk-5.0.

In order to use the functionalities:
  - video support: gst-libav, gst-plugins-good
  - url bar: dmenu
  - tabs: tabbed

installation
------------

Run following command to build and install
(if necessary as root):

  make clean install