From e6bd9904b112b7fc98e8681f8eaa19c29a96a27a Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 16 Aug 2025 12:45:45 -0500 Subject: [PATCH] term/hyprland --- roy-config/alacritty/alacritty.toml | 5 ++ roy-config/alacritty/catppuccin-frappe.toml | 65 +++++++++++++++++++++ roy-config/hypr/hyprland.conf | 10 ++-- 3 files changed, 75 insertions(+), 5 deletions(-) create mode 100644 roy-config/alacritty/catppuccin-frappe.toml diff --git a/roy-config/alacritty/alacritty.toml b/roy-config/alacritty/alacritty.toml index 980c4a4..c563042 100644 --- a/roy-config/alacritty/alacritty.toml +++ b/roy-config/alacritty/alacritty.toml @@ -1,3 +1,8 @@ +[general] +import = [ + "~/.config/alacritty/catppuccin-frappe.toml" +] + [terminal] shell = "fish" diff --git a/roy-config/alacritty/catppuccin-frappe.toml b/roy-config/alacritty/catppuccin-frappe.toml new file mode 100644 index 0000000..3e6fac1 --- /dev/null +++ b/roy-config/alacritty/catppuccin-frappe.toml @@ -0,0 +1,65 @@ +[colors.primary] +background = "#303446" +foreground = "#c6d0f5" +dim_foreground = "#838ba7" +bright_foreground = "#c6d0f5" + +[colors.cursor] +text = "#303446" +cursor = "#f2d5cf" + +[colors.vi_mode_cursor] +text = "#303446" +cursor = "#babbf1" + +[colors.search.matches] +foreground = "#303446" +background = "#a5adce" + +[colors.search.focused_match] +foreground = "#303446" +background = "#a6d189" + +[colors.footer_bar] +foreground = "#303446" +background = "#a5adce" + +[colors.hints.start] +foreground = "#303446" +background = "#e5c890" + +[colors.hints.end] +foreground = "#303446" +background = "#a5adce" + +[colors.selection] +text = "#303446" +background = "#f2d5cf" + +[colors.normal] +black = "#51576d" +red = "#e78284" +green = "#a6d189" +yellow = "#e5c890" +blue = "#8caaee" +magenta = "#f4b8e4" +cyan = "#81c8be" +white = "#b5bfe2" + +[colors.bright] +black = "#626880" +red = "#e78284" +green = "#a6d189" +yellow = "#e5c890" +blue = "#8caaee" +magenta = "#f4b8e4" +cyan = "#81c8be" +white = "#a5adce" + +[[colors.indexed_colors]] +index = 16 +color = "#ef9f76" + +[[colors.indexed_colors]] +index = 17 +color = "#f2d5cf" diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index 1df8828..b7c9ab7 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -171,11 +171,11 @@ bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod SHIFT, Return, exec, firefox -# Move focus with mainMod + arrow keys -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d +# Move focus with mainMod + hjkl +bind = $mainMod, h, movefocus, l +bind = $mainMod, l, movefocus, r +bind = $mainMod, k, movefocus, u +bind = $mainMod, j, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1