Back to alacritty for greater good nice things
This commit is contained in:
parent
511e2bfdd9
commit
2ce58b83e6
6 changed files with 90 additions and 8 deletions
80
.config/alacritty/alacritty.yml
Normal file
80
.config/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
window:
|
||||||
|
decorations: none
|
||||||
|
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: Iosevka Term SS09
|
||||||
|
style: Light
|
||||||
|
|
||||||
|
bold:
|
||||||
|
family: Iosevka Term SS09
|
||||||
|
style: Semibold
|
||||||
|
|
||||||
|
italic:
|
||||||
|
family: Iosevka Term Slab
|
||||||
|
style: Light Italic
|
||||||
|
|
||||||
|
bold_italic:
|
||||||
|
family: Iosevka Term Curly Slab
|
||||||
|
style: Extralight Italic
|
||||||
|
|
||||||
|
size: 12.0
|
||||||
|
|
||||||
|
offset:
|
||||||
|
x: 0
|
||||||
|
y: 0
|
||||||
|
|
||||||
|
glyph_offset:
|
||||||
|
x: 0
|
||||||
|
y: 0
|
||||||
|
|
||||||
|
cursor:
|
||||||
|
# Values for `style`:
|
||||||
|
# - ▇ Block
|
||||||
|
# - _ Underline
|
||||||
|
# - | Beam
|
||||||
|
style: Block
|
||||||
|
|
||||||
|
vi_mode_style: Beam
|
||||||
|
|
||||||
|
unfocused_hollow: true
|
||||||
|
|
||||||
|
thickness: 0.15
|
||||||
|
|
||||||
|
mouse:
|
||||||
|
hide_when_typing: true
|
||||||
|
url:
|
||||||
|
launcher:
|
||||||
|
program: /home/dln/bin/url-copy
|
||||||
|
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
# background: '#171a23'
|
||||||
|
# foreground: '#cfd8dc'
|
||||||
|
background: '#171717'
|
||||||
|
foreground: '#ded9ce'
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: '#000000'
|
||||||
|
red: '#ff605a'
|
||||||
|
green: '#b1e869'
|
||||||
|
yellow: '#ead89c'
|
||||||
|
blue: '#5da9f6'
|
||||||
|
magenta: '#e86aff'
|
||||||
|
cyan: '#82fff6'
|
||||||
|
white: '#ded9ce'
|
||||||
|
bright:
|
||||||
|
black: '#313131'
|
||||||
|
red: '#f58b7f'
|
||||||
|
green: '#dcf88f'
|
||||||
|
yellow: '#eee5b2'
|
||||||
|
blue: '#a5c7ff'
|
||||||
|
magenta: '#ddaaff'
|
||||||
|
cyan: '#b6fff9'
|
||||||
|
white: '#fefffe'
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- { key: V, mods: Alt, action: Paste }
|
||||||
|
- { key: C, mods: Alt, action: Copy }
|
||||||
|
- { key: V, mods: Shift|Alt, action: Paste }
|
||||||
|
- { key: C, mods: Shift|Alt, action: Copy }
|
|
@ -17,6 +17,7 @@ visual_bell_duration 0.0
|
||||||
|
|
||||||
mouse_hide_wait -1
|
mouse_hide_wait -1
|
||||||
|
|
||||||
|
clipboard_control write-clipboard no-append
|
||||||
map alt+shift+c copy_to_clipboard
|
map alt+shift+c copy_to_clipboard
|
||||||
map alt+shift+v paste_from_clipboard
|
map alt+shift+v paste_from_clipboard
|
||||||
|
|
||||||
|
@ -41,6 +42,5 @@ resize_in_steps yes
|
||||||
url_color #29B6F6
|
url_color #29B6F6
|
||||||
url_style curly
|
url_style curly
|
||||||
|
|
||||||
#include theme-tomorrow.conf
|
|
||||||
include Wombat.conf
|
include Wombat.conf
|
||||||
include ~/src/github.com/dexpota/kitty-themes/themes/Wombat.conf
|
include ~/src/github.com/dexpota/kitty-themes/themes/Wombat.conf
|
||||||
|
|
|
@ -3,8 +3,8 @@ Name=tmux devel
|
||||||
GenericName=tmux-devel
|
GenericName=tmux-devel
|
||||||
StartupWMClass=tmux-devel
|
StartupWMClass=tmux-devel
|
||||||
Type=Application
|
Type=Application
|
||||||
TryExec=kitty
|
TryExec=/home/dln/bin/alacritty
|
||||||
Icon=kitty
|
Icon=alacritty
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
Exec=kitty --class=tmux-devel autossh -M0 -q devel
|
Exec=/home/dln/bin/alacritty --class=tmux-devel -e autossh -M0 -q devel
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
Name=tmux local
|
Name=tmux local
|
||||||
GenericName=tmux-local
|
GenericName=tmux-local
|
||||||
Type=Application
|
Type=Application
|
||||||
TryExec=kitty
|
TryExec=/home/dln/bin/alacritty
|
||||||
Icon=kitty
|
Icon=alacritty
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
StartupWMClass=tmux-local
|
StartupWMClass=tmux-local
|
||||||
Exec=kitty --class tmux-local -e tmux new-session -A -D -s 0
|
Exec=/home/dln/bin/alacritty --class tmux-local -e tmux new-session -A -D -s 0
|
||||||
|
|
BIN
bin/alacritty
Executable file
BIN
bin/alacritty
Executable file
Binary file not shown.
2
bin/url-copy
Executable file
2
bin/url-copy
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "$@" | xclip -selection clipboard
|
Loading…
Reference in a new issue