Switch back to alacritty which has been fixed
This commit is contained in:
parent
7231fb4daa
commit
08f8ce2723
2 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ tabspaces: 8
|
|||
# - https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration
|
||||
# - file:///usr/share/doc/fontconfig/fontconfig-user.html
|
||||
font:
|
||||
size: 18.0
|
||||
size: 20.0
|
||||
normal:
|
||||
family: IBM Plex Mono
|
||||
style: Regular
|
||||
|
@ -97,7 +97,7 @@ font:
|
|||
# increasing `y` moves the glyph upwards.
|
||||
glyph_offset:
|
||||
x: 0
|
||||
y: 0
|
||||
y: 1
|
||||
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
draw_bold_text_with_bright_colors: false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set $lock swaylock
|
||||
set $mod Mod4
|
||||
set $term kitty
|
||||
set $term alacritty
|
||||
set $laptop eDP-1
|
||||
|
||||
set $left h
|
||||
|
@ -73,7 +73,7 @@ bindsym Mod4+Shift+c kill
|
|||
bindsym Mod4+Shift+q exit
|
||||
bindsym Mod4+Return exec $term
|
||||
bindsym Mod4+Shift+Return exec $term tmux new-session -A -D -s 0
|
||||
bindsym Mod4+Control+Return exec "autossh -M21001 -f -A -T home-dev sleep inf; $term mosh -p 2022 home -- tmux new-session -A -D -s 0"
|
||||
bindsym Mod4+Control+Return exec "autossh -M21001 -f -A -T home-dev sleep inf; $term -e mosh -p 2022 home -- tmux new-session -A -D -s 0"
|
||||
bindsym Mod4+p exec wofi --show run
|
||||
bindsym Mod4+e exec ~/bin/wofi-emoji
|
||||
bindsym Mod4+l exec $lock
|
||||
|
|
Loading…
Reference in a new issue