diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 21:24:16 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 21:24:16 -0700 |
commit | 88159eb1a3ca2b81ae07e0d8921b4fe986e33479 (patch) | |
tree | 8325817be8cb1f8283bd0847a690c9ddf8652c53 /home | |
parent | 54915d847416a57fcd347a272c0eb6a0119e90fe (diff) | |
download | nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.tar nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.tar.gz nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.tar.bz2 nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.tar.lz nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.tar.xz nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.tar.zst nix-88159eb1a3ca2b81ae07e0d8921b4fe986e33479.zip |
Undo unnecessary ghostty patch and switch to epoll via config
Diffstat (limited to 'home')
-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 0086aa8..00af3f2 100644 --- a/home/nipsy/common/optional/desktops/i3/default.nix +++ b/home/nipsy/common/optional/desktops/i3/default.nix @@ -3,6 +3,7 @@ home = { file = { ".config/ghostty/config".text = '' + async-backend = epoll background-opacity = 0.8 cursor-color = #ffffff font-family = "DejaVu Sans Mono" |