diff --git a/.config/alacritty/alacritty-dark.yml b/.config/alacritty/alacritty-dark.yml index 6786381..bbeacc1 100644 --- a/.config/alacritty/alacritty-dark.yml +++ b/.config/alacritty/alacritty-dark.yml @@ -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 diff --git a/.config/sway/config b/.config/sway/config index 65e729b..c06d643 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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