diff options
author | Franck Cuny <franck@fcuny.net> | 2023-07-28 19:21:33 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-07-28 19:21:33 -0700 |
commit | 5f2b01db3fc7fc78d42aa07080b551f71d73ee6a (patch) | |
tree | ca3dac720e239f0f6d27772bc171a6e0018f5eb8 /home/profiles/sway.nix | |
parent | add fonts specifically (diff) | |
download | world-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.nix | 2 |
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 { |