Compare commits
2 Commits
47de61c982
...
cc9df9f425
| Author | SHA1 | Date | |
|---|---|---|---|
| cc9df9f425 | |||
| 8451c0e844 |
@@ -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
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user