aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-03 18:04:08 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-03 20:24:29 +0200
commit23a7f3baa33265519840609dc54e950615ec39b1 (patch)
treeff2737f76b63a2acf5f8a9fffd5c15e3eb4c46c8 /data
parentWebProfile refactoring (diff)
downloadsmolbote-23a7f3baa33265519840609dc54e950615ec39b1.tar.xz
Merge some QoL improvements from staging branch
- Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/
Diffstat (limited to 'data')
-rw-r--r--data/poi.cfg78
-rw-r--r--data/resources.qrc2
2 files changed, 1 insertions, 79 deletions
diff --git a/data/poi.cfg b/data/poi.cfg
deleted file mode 100644
index f6b2d2c..0000000
--- a/data/poi.cfg
+++ /dev/null
@@ -1,78 +0,0 @@
-// smolbote default configuration file
-// Uses libconfig format, for details refer to:
-// https://hyperrealm.github.io/libconfig/libconfig_manual.html#Configuration-Files
-
-// Browser default settings
-browser = {
- // default profile name the browser should use; "" is off-the-record
- profile = "";
-
- // default window size
- window = {
- height = 720;
- width = 1280;
- maximized = true;
- title = "title — smolbote [profile]";
- };
-
- ui = {
- navtoolbarMovable = false;
- tabtoolbarMovable = false;
- };
-
- shortcuts = {
- // browser menu
- newWindow = "Ctrl+N";
- newTab = "Ctrl+T";
- about = "F1";
- quit = "Ctrl+Q";
-
- // navigation
- back = "Ctrl+Left";
- forward = "Ctrl+Right";
- refresh = "F5";
- reload = "Ctrl+F5";
- //stop = "";
- home = "Ctrl+Home";
-
- // tabs
- tabClose = "Ctrl+X";
- tabLeft = "Ctrl+O";
- tabRight = "Ctrl+P";
-
- // page
- toggleSearchBox = "F3";
- focusAddress = "F4";
- fullscreen = "F11";
- };
-};
-
-// Filter settings
-filter = {
- path = "~/.config/smolbote/hosts.d";
-};
-
-// Plugin settings
-plugins = {
- path = "~/.config/smolbote/plugins.d";
-};
-
-// Profile settings
-profile = {
- path = "~/.config/smolbote/profiles.d";
- search = "https://duckduckgo.com/?q=$term&ia=web"
- homepage = "about:blank";
- newtab = "about:blank";
-};
-
-// Bookmark settings
-bookmarks = {
- path = "~/.config/smolbote/bookmarks.xbel";
- shortcut = "Ctrl+B";
-};
-
-// Downloads settings
-downloads = {
- path = "~/Downloads"
- shortcut = "Ctrl+D";
-};
diff --git a/data/resources.qrc b/data/resources.qrc
index 9387efe..b872d19 100644
--- a/data/resources.qrc
+++ b/data/resources.qrc
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/">
- <file alias="icon.svg">poi.svg</file>
+ <file alias="icons/poi.svg">poi.svg</file>
</qresource>
</RCC>