qutebrowser tweaks

This commit is contained in:
Rouven Seifert 2023-02-08 16:16:12 +01:00
parent 3ec88e021b
commit 896efd9e83
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 20 additions and 12 deletions

View file

@ -88,6 +88,7 @@ misc {
windowrulev2 = opacity 0.8 0.5, class:^.*$
windowrulev2 = opacity 1.0 0.5, class:^Alacritty$
windowrulev2 = opacity 1.0 0.5, class:^google-chrome$
windowrulev2 = opacity 1.0 1.0, class:^mpv$
windowrulev2 = opacity 1.0 1.0, fullscreen:1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more

View file

@ -18,6 +18,11 @@
opal = "https://bildungsportal.sachsen.de/opal/home?2";
fruitbasket = "https://github.com/fsr/fruitbasket";
};
keyBindings = {
normal = {
"<Ctrl-m>" = "hint links spawn mpv {hint-url}";
};
};
settings = {
colors.webpage = {
darkmode.enabled = false;
@ -27,6 +32,8 @@
enabled = true;
method = "both";
};
statusbar.show = "in-mode";
tabs.show = "switching";
};
};
}