mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 09:13:09 +01:00
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:
parent
b44c84b056
commit
85e5da19f2
@ -30,11 +30,4 @@ in
|
|||||||
inactive_tab_background ${base00}
|
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
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user