From c4dd1c70e930a981a64947f8bd641538fe2b3cdd Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 14 Nov 2024 12:49:44 +0800 Subject: Update --- X11/alacritty/alacritty.yml | 74 --------------------------------------------- X11/alacritty/colors.yml | 30 ------------------ X11/alacritty/fonts.toml | 2 +- X11/alacritty/fonts.yml | 37 ----------------------- 4 files changed, 1 insertion(+), 142 deletions(-) delete mode 100644 X11/alacritty/alacritty.yml delete mode 100644 X11/alacritty/colors.yml delete mode 100644 X11/alacritty/fonts.yml (limited to 'X11/alacritty') diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml deleted file mode 100644 index 1005095..0000000 --- a/X11/alacritty/alacritty.yml +++ /dev/null @@ -1,74 +0,0 @@ -## Copyright (C) 2020-2021 Aditya Shakya -## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 - -## Configuration for Alacritty, the GPU enhanced terminal emulator. -## It's a very basic and simple config file, for full configuration... -## See, /usr/share/doc/alacritty/example/alacritty.yml - -## Import files (Colors, Fonts, Etc) -import: - - ~/.config/alacritty/colors.yml - - ~/.config/alacritty/fonts.yml - -## Set environment variables -env: - TERM: alacritty - WINIT_X11_SCALE_FACTOR: '1.0' - -## Terminal window settings -window: - dimensions: - columns: 82 - lines: 18 - - padding: - x: 24 - y: 12 - - decorations: full - startup_mode: Windowed - dynamic_title: true - -## scrolling - history: 10000 - multiplier: 3 - -## Background opacity - opacity: 1.0 - -## Cursor -cursor: - style: - shape: Block - blinking: On - - unfocused_hollow: false - -## Live config reload -live_config_reload: true - -key_bindings: - - { key: W, mods: None, action: SemanticRight, mode: Vi|~Search } - - { key: B, mods: None, action: SemanticLeft, mode: Vi|~Search } - - { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown } - - { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp } - -hints: - enabled: - - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ - [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" - hyperlinks: true - command: xdg-open - post_processing: true - mouse: - enabled: true - mods: None - binding: - key: K - mods: Control|Shift - - regex: "([-_./0-9\u0040-\u005A\u0061-\u007A]{4,})" - action: Copy - post_processing: true - binding: - key: I - mods: Control|Shift diff --git a/X11/alacritty/colors.yml b/X11/alacritty/colors.yml deleted file mode 100644 index 5c83d9f..0000000 --- a/X11/alacritty/colors.yml +++ /dev/null @@ -1,30 +0,0 @@ -## Colors configuration -colors: - # Default colors - primary: - background: '#1E2128' - foreground: '#ABB2BF' - - # Normal colors - normal: - black: '#32363D' - red: '#E06B74' - green: '#98C379' - #green: '#368405' - yellow: '#E5C07A' - #blue: '#62AEEF' - blue: '#177CC0' - magenta: '#C778DD' - cyan: '#55B6C2' - white: '#ABB2BF' - - # Bright colors - bright: - black: '#50545B' - red: '#EA757E' - green: '#A2CD83' - yellow: '#EFCA84' - blue: '#6CB8F9' - magenta: '#D282E7' - cyan: '#5FC0CC' - white: '#B5BCC9' diff --git a/X11/alacritty/fonts.toml b/X11/alacritty/fonts.toml index 2683761..bc5803a 100644 --- a/X11/alacritty/fonts.toml +++ b/X11/alacritty/fonts.toml @@ -1,5 +1,5 @@ [font] -size = 20 +size = 16 [font.bold] family = "Source Code Pro" diff --git a/X11/alacritty/fonts.yml b/X11/alacritty/fonts.yml deleted file mode 100644 index d8cacaf..0000000 --- a/X11/alacritty/fonts.yml +++ /dev/null @@ -1,37 +0,0 @@ -## Copyright (C) 2020-2021 Aditya Shakya -## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 - -# Font configuration -font: - # Normal (roman) font face - normal: - family: "Source Code Pro" - #style: Regular - - # Bold font face - bold: - family: "Source Code Pro" - #style: Bold - - # Italic font face - italic: - family: "Source Code Pro" - #style: Italic - - # Bold italic font face - bold_italic: - family: "Source Code Pro" - #style: Bold Italic - - # Point size - size: 20 - - # Offset - #offset: - # x: 0 - # y: 0 - - # Glyph offset - #glyph_offset: - # x: 0 - # y: 0 -- cgit v1.2.3-70-g09d2