diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-11-13 11:07:01 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-11-13 11:07:01 -0800 |
| commit | d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42 (patch) | |
| tree | ba123bcd3f8276679e8d373c7715f11dac6f795c | |
| parent | 69b115187e165c7b09248849e3cff0ef3177ccf9 (diff) | |
| download | nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.tar nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.tar.gz nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.tar.bz2 nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.tar.lz nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.tar.xz nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.tar.zst nix-d26cc6b72ec2cb03a3e250fa59fe1af464bd2c42.zip | |
Set i3 default terminal to ghostty
| -rw-r--r-- | home/nipsy/common/optional/desktops/i3/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/nipsy/common/optional/desktops/i3/default.nix b/home/nipsy/common/optional/desktops/i3/default.nix index 3371011..55b2192 100644 --- a/home/nipsy/common/optional/desktops/i3/default.nix +++ b/home/nipsy/common/optional/desktops/i3/default.nix @@ -98,6 +98,7 @@ notification = false; } ]; + terminal = "ghostty"; window.border = 0; window.commands = [ { |
