2 Commits

Author SHA1 Message Date
kenji cc9df9f425 feat(firefox): smooth scroll tridactyl 2025-12-28 09:23:08 -06:00
kenji 8451c0e844 cleaned up 2025-12-28 09:22:58 -06:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -14,6 +14,8 @@
]; ];
home.file.".config/tridactyl/tridactylrc".text = '' home.file.".config/tridactyl/tridactylrc".text = ''
set focusbypass true
set smoothscroll true
bind J tabnext bind J tabnext
bind K tabprev bind K tabprev
unbind <C-e> unbind <C-e>
@@ -65,6 +67,7 @@
"widget.use-xdg-desktop-portal.file-picker" = 1; # Use native file picker "widget.use-xdg-desktop-portal.file-picker" = 1; # Use native file picker
# --- UI & Behavior --- # --- UI & Behavior ---
"accessibility.typeaheadfind" = false;
"browser.compactmode.show" = true; "browser.compactmode.show" = true;
"browser.tabs.closeWindowWithLastTab" = false; "browser.tabs.closeWindowWithLastTab" = false;
"extensions.pocket.enabled" = false; "extensions.pocket.enabled" = false;
+1 -1
View File
@@ -33,7 +33,7 @@
hyprland = { hyprland = {
monitors = ["HDMI-A-1, 1920x1080@120, auto, 1"]; monitors = ["HDMI-A-1, 1920x1080@120, auto, 1"];
# wallpaper = "nixos_rainbow.png"; # wallpaper = "nixos_rainbow.png";
wallpaper = "ai_pixel_purple.jpg"; wallpaper = "ai_pixel_purple.jpg"; # FIXME: redundant
}; };
firefox = { firefox = {
bookmarks = [ bookmarks = [