about summary refs log tree commit diff
path: root/home/profiles/sway.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-28 19:21:33 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-28 19:21:33 -0700
commit5f2b01db3fc7fc78d42aa07080b551f71d73ee6a (patch)
treeca3dac720e239f0f6d27772bc171a6e0018f5eb8 /home/profiles/sway.nix
parentadd fonts specifically (diff)
downloadworld-5f2b01db3fc7fc78d42aa07080b551f71d73ee6a.tar.gz
switching back to alacritty + tmux
kitty is not clicking for me. I still prefer tmux.
Diffstat (limited to '')
-rw-r--r--home/profiles/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/sway.nix b/home/profiles/sway.nix
index d3629a0..e86ff48 100644
--- a/home/profiles/sway.nix
+++ b/home/profiles/sway.nix
@@ -67,7 +67,7 @@ in
     config = {
       inherit fonts modifier;
       # FIXME: this should be a variable
-      terminal = "kitty";
+      terminal = "alacritty";
       menu = ''${pkgs.wofi}/bin/wofi -S drun -p "app:" -L 10'';
       bars = [ ];
       keybindings = lib.mkOptionDefault {