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 ####################
|
#################### Packages ####################
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
rxvt-unicode
|
alacritty
|
||||||
tmux
|
tmux
|
||||||
git
|
git
|
||||||
nano
|
nano
|
||||||
|
|
|
@ -192,7 +192,7 @@ let
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec urxvt
|
bindsym $mod+Return exec alacritty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue