alacritty, sway: switch to alacritty

This commit is contained in:
Johannes Loher 2021-05-12 18:14:09 +02:00
parent b6aa94daf2
commit 56ff2ddc0a
2 changed files with 115 additions and 1 deletions

View file

@ -0,0 +1,112 @@
# Font
font:
normal:
family: Fira Code
style: Regular
size: 14.0
# Colors
# dark
colors:
primary:
background: "#282c34"
foreground: "#abb2bf"
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: CellBackground
background: CellForeground
focused_match:
foreground: "#282c34"
background: "#abb2bf"
bar:
background: "#abb2bf"
foreground: "#282c34"
hints:
start:
foreground: "#1d1f21"
background: "#e9ff5e"
end:
foreground: "#e9ff5e"
background: "#1d1f21"
line_indicator:
foreground: None
background: None
selection:
text: CellBackground
background: CellForeground
normal:
black: "#282c34"
red: "#e06c75"
green: "#98c379"
yellow: "#e5c07b"
blue: "#61afef"
magenta: "#c678dd"
cyan: "#56b6c2"
white: "#abb2bf"
bright:
black: "#5c6370"
red: "#be5046"
green: "#98c379"
yellow: "#d19a66"
blue: "#61afef"
magenta: "#c678dd"
cyan: "#56b6c2"
white: "#3e4451"
# light
# colors:
# primary:
# background: "#fafafa"
# foreground: "#383a42"
# cursor:
# text: CellBackground
# cursor: CellForeground
# vi_mode_cursor:
# text: CellBackground
# cursor: CellForeground
# search:
# matches:
# foreground: CellBackground
# background: CellForeground
# focused_match:
# foreground: "#fafafa"
# background: "#383a42"
# bar:
# background: "#383a42"
# foreground: "#fafafa"
# hints:
# start:
# foreground: "#1d1f21"
# background: "#e9ff5e"
# end:
# foreground: "#e9ff5e"
# background: "#1d1f21"
# line_indicator:
# foreground: None
# background: None
# selection:
# text: CellBackground
# background: CellForeground
# normal:
# black: "#fafafa"
# red: "#ca1261"
# green: "#50a14f"
# yellow: "#986801"
# blue: "#4078f2"
# magenta: "#a626a4"
# cyan: "#0184bc"
# white: "#383a42"
# bright:
# black: "#a0a1a7"
# red: "#e45649"
# green: "#50a14f"
# yellow: "#c18401"
# blue: "#4078f2"
# magenta: "#a626a4"
# cyan: "#0184bc"
# white: "#e5e5e6"

View file

@ -210,7 +210,8 @@ bindsym $mod+Shift+e exec "swaynag -f 'pango:$font' -t warning -m 'sway beenden?
# ------------------------------------------------------------------------------
# Program shortcuts
# ------------------------------------------------------------------------------
bindsym $mod+Return exec termite
#bindsym $mod+Return exec termite
bindsym $mod+Return exec alacritty
bindsym $mod+c exec chromium
bindsym $mod+b exec firefox
bindsym $mod+t exec thunderbird
@ -235,6 +236,7 @@ bindsym XF86MonBrightnessDown exec xbacklight -5
# Assignment of programs to workspaces
# ------------------------------------------------------------------------------
assign [app_id="^termite$"] $workspace1
assign [app_id="^Alacritty$"] $workspace1
assign [class="^code-oss$"] $workspace2
assign [class="^jetbrains-idea$"] $workspace2
assign [class="^jetbrains-idea-ce$"] $workspace2