diff --git a/homes/palo/i3.nix b/homes/palo/i3.nix index 74058e7..3374027 100644 --- a/homes/palo/i3.nix +++ b/homes/palo/i3.nix @@ -120,6 +120,26 @@ in programs.kitty = { enable = true; + settings = { + enable_audio_bell = "no"; + focus_follows_mouse = "yes"; + #mouse_map left click ungrabbed mouse_handle_click prompt + #mouse_map ctrl+left click ungrabbed mouse_handle_click link + #map ctrl+c copy_to_clipboard + copy_on_select = "yes"; + strip_trailing_spaces = "always"; + }; + + keybindings = { + "super+shift+return" = "new_os_window_with_cwd"; + "shift+page_up" = "scroll_page_up"; + "shift+page_down" = "scroll_page_down"; + "alt+l" = "scroll_line_up"; + "alt+a" = "scroll_line_down"; + "alt+i" = "scroll_page_up"; + "alt+e" = "scroll_page_down"; + }; + }; programs.alacritty = {