summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical/ghostty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical/ghostty.nix')
-rw-r--r--usecases/desktop/graphical/ghostty.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/usecases/desktop/graphical/ghostty.nix b/usecases/desktop/graphical/ghostty.nix
index 2b69d1c..d2b0eea 100644
--- a/usecases/desktop/graphical/ghostty.nix
+++ b/usecases/desktop/graphical/ghostty.nix
@@ -6,6 +6,11 @@
6 theme = "dark:Melange_dark,light:Melange_light"; 6 theme = "dark:Melange_dark,light:Melange_light";
7 font-family = "mono"; 7 font-family = "mono";
8 font-size = 9; 8 font-size = 9;
9
10 keybind = [
11 "ctrl+shift+page_up=move_tab:-1"
12 "ctrl+shift+page_down=move_tab:1"
13 ];
9 }; 14 };
10 }; 15 };
11} 16}