mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
qutebrowser tweaks
This commit is contained in:
parent
3ec88e021b
commit
896efd9e83
3 changed files with 20 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue