Skip to content

Commit

Permalink
firefox autoscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Aug 31, 2024
1 parent a030ab6 commit 7fd4c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions home/profiles/ryzen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
../../programs/wayland

# services
#../../services/ags
../../services/networkmanager
../../services/gpg

Expand All @@ -21,9 +20,7 @@

# system services
../../services/system/polkit-agent.nix
#../../services/system/dunst.nix
../../services/system/cliphist.nix
#../../services/system/udiskie.nix

# wayland-specific
../../services/wayland/hyprpaper.nix
Expand Down
3 changes: 3 additions & 0 deletions home/programs/browsers/schizofox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ in {
"dom.event.clipboardevents.enabled" = true;
# Remove window control buttons
"browser.tabs.inTitlebar" = 0;
# Scroll
"general.autoScroll" = true;
"general.smoothScroll" = true;
};

extensions = {
Expand Down
2 changes: 1 addition & 1 deletion home/services/system/cliphist.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{pkgs, ...}: {
{
services.cliphist = {
enable = true;
systemdTarget = "hyprland-session.target";
Expand Down

0 comments on commit 7fd4c43

Please sign in to comment.