Switch to alacritty to avoid bug with urxvt
This commit is contained in:
parent
6efc7b4387
commit
db1d91c078
2 changed files with 2 additions and 2 deletions
2
base.nix
2
base.nix
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
#################### Packages ####################
|
||||
environment.systemPackages = with pkgs; [
|
||||
rxvt-unicode
|
||||
alacritty
|
||||
tmux
|
||||
git
|
||||
nano
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue