kitty: Drop diff config

I never use kitty diff and it doesn't seem to work in Hyprland anyway
due to the following error:

> [0.215] [glfw error 65544]: process_desktop_settings:
> failed with error: [org.freedesktop.DBus.Error.UnknownMethod]
> No such interface “org.freedesktop.portal.Settings”
> on object at path /org/freedesktop/portal/desktop
This commit is contained in:
Donovan Glover 2024-09-03 15:08:59 -04:00
parent b44c84b056
commit 85e5da19f2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -30,11 +30,4 @@ in
inactive_tab_background ${base00}
'';
};
xdg.configFile."kitty/diff.conf".text = ''
map d scroll_to next-page
map u scroll_to prev-page
map g scroll_to start
map G scroll_to end
'';
}