alacritty
This commit is contained in:
parent
43baa418c1
commit
56e669280c
3 changed files with 32 additions and 1 deletions
5
configs/alacritty/alacritty.yml
Normal file
5
configs/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
import:
|
||||||
|
- ~/.cache/wal/colors-alacritty.yml
|
||||||
|
|
||||||
|
window:
|
||||||
|
opacity: 0.8
|
|
@ -4,7 +4,7 @@ waybar &
|
||||||
swaybg -i ~/.cache/wal/bg &
|
swaybg -i ~/.cache/wal/bg &
|
||||||
mako &
|
mako &
|
||||||
|
|
||||||
riverctl map normal Super Return spawn kitty
|
riverctl map normal Super Return spawn alacritty
|
||||||
riverctl map normal Super W spawn firefox-developer-edition
|
riverctl map normal Super W spawn firefox-developer-edition
|
||||||
riverctl map normal Super+Shift W spawn google-chrome-beta
|
riverctl map normal Super+Shift W spawn google-chrome-beta
|
||||||
riverctl map normal Super R spawn fuzzel
|
riverctl map normal Super R spawn fuzzel
|
||||||
|
|
26
configs/wal/templates/colors-alacritty.yml
Normal file
26
configs/wal/templates/colors-alacritty.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
background: '{background}'
|
||||||
|
foreground: '{foreground}'
|
||||||
|
cursor:
|
||||||
|
text: CellForeground
|
||||||
|
cursor: '{cursor}'
|
||||||
|
bright:
|
||||||
|
black: '{color0}'
|
||||||
|
red: '{color1}'
|
||||||
|
green: '{color2}'
|
||||||
|
yellow: '{color3}'
|
||||||
|
blue: '{color4}'
|
||||||
|
magenta: '{color5}'
|
||||||
|
cyan: '{color6}'
|
||||||
|
white: '{color7}'
|
||||||
|
normal:
|
||||||
|
black: '{color8}'
|
||||||
|
red: '{color9}'
|
||||||
|
green: '{color10}'
|
||||||
|
yellow: '{color11}'
|
||||||
|
blue: '{color12}'
|
||||||
|
magenta: '{color13}'
|
||||||
|
cyan: '{color14}'
|
||||||
|
white: '{color15}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue