Switch to alacritty to avoid bug with urxvt

This commit is contained in:
Vili Sinervä 2024-07-10 13:57:00 +03:00
parent 6efc7b4387
commit db1d91c078
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
{
#################### Packages ####################
environment.systemPackages = with pkgs; [
rxvt-unicode
alacritty
tmux
git
nano

View file

@ -192,7 +192,7 @@ let
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec urxvt
bindsym $mod+Return exec alacritty
# kill focused window
bindsym $mod+Shift+q kill