From 393598189f9c5e0b93223ea526dc4ae6949c00a2 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Thu, 18 Feb 2021 23:32:12 +0530 Subject: trying wayland --- alacritty/.config/alacritty/alacritty.yml | 59 ++++++++++++++----------------- zsh/.zshrc | 6 ++-- 2 files changed, 30 insertions(+), 35 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index eb23ab9..4f1f14f 100755 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -1,54 +1,54 @@ colors: # Default colors primary: - background: '0x000000' - foreground: '0xeeffff' + background: '0x171a1f' + foreground: '0xFFFFFF' # Normal colors normal: - black: '0x000000' - red: '0xf07178' - green: '0x13ca91' - yellow: '0x00fdb4' - blue: '0x7898fb' - magenta: '0xff3299' - cyan: '0x79ffe1' - white: '0xeeffff' + black: '0x171a1f' + red: '0xEE4F84' + green: '0x53E2AE' + yellow: '0xF1FF52' + blue: '0x6498EF' + magenta: '0x985EFF' + cyan: '0x24D1E7' + white: '0xE5E5E5' # Bright colors bright: - black: '0x4a4a4a' - red: '0xf78c6c' - green: '0x303030' - yellow: '0x353535' - blue: '0x787878' - magenta: '0xeeffff' - cyan: '0xff5370' - white: '0xffffff' + black: '0x20242a' + red: '0xF48FB1' + green: '0xA1EFD3' + yellow: '0xF1FA8C' + blue: '0x92B6F4' + magenta: '0xBD99FF' + cyan: '0x87DFEB' + white: '0xF8F8F2' background_opacity: 1.0 font: normal: - family: "Hermit" - style: Regular + family: "SF Mono" + style: Medium bold: - family: "Hermit" + family: "SF Mono" style: Bold italic: - family: "Hermit" + family: "SF Mono" style: Italic # Point size - size: 8.5 + size: 11.5 antialias: true autohint: true lcdfiler: lcddefault rgba: rgb offset: - x: 0 - y: 0 + x: 1 + y: 1 glyph_offset: x: 0 y: 0 @@ -83,10 +83,5 @@ selection: live_config_reload: true key_bindings: - - { key: V, mods: Control|Shift, action: Paste } - - { key: C, mods: Control|Shift, action: Copy } - - { key: Key0, mods: Control, action: ResetFontSize } - - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: Add, mods: Control, action: IncreaseFontSize } - - { key: Subtract, mods: Control, action: DecreaseFontSize } - - { key: Minus, mods: Control, action: DecreaseFontSize } + - { key: V, mods: Control|Alt, action: Paste } + - { key: C, mods: Control|Alt, action: Copy } diff --git a/zsh/.zshrc b/zsh/.zshrc index d07f64c..cfb7e7c 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -7,10 +7,10 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space #exports export VISUAL=nvim export EDITOR="$VISUAL" -export BROWSER=brave +export BROWSER=brave-bin export PATH=$PATH:$HOME/.bin -export TERM=rxvt-unicode-256color -export XDG_CURRENT_DESKTOP=bspwm +export TERM=foot +export XDG_CURRENT_DESKTOP=sway #aliases alias ..="cd .." -- cgit v1.2.3