From db1d91c078450c1e92e3daa0c2a5c9af157e98a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 10 Jul 2024 13:57:00 +0300 Subject: [PATCH] Switch to alacritty to avoid bug with urxvt --- base.nix | 2 +- desktop.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base.nix b/base.nix index 9cfd764..5aceee2 100644 --- a/base.nix +++ b/base.nix @@ -3,7 +3,7 @@ { #################### Packages #################### environment.systemPackages = with pkgs; [ - rxvt-unicode + alacritty tmux git nano diff --git a/desktop.nix b/desktop.nix index 6633470..9340d99 100644 --- a/desktop.nix +++ b/desktop.nix @@ -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