1
0
Fork 0

Switch from gnome-terminal to alacritty.

This commit is contained in:
Kevin Baensch 2020-07-01 14:42:30 +02:00
parent 5c266bc532
commit 6c6d1d1b25
Signed by: derped
GPG Key ID: C0F1D326C7626543
5 changed files with 10 additions and 7 deletions

View File

@ -142,7 +142,7 @@ floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Shift+Return exec emacsclient -c bindsym $mod+Shift+Return exec emacsclient -c
bindsym $mod+Mod1+Return exec emacsclient -c -e '(eshell t)' bindsym $mod+Mod1+Return exec emacsclient -c -e '(eshell t)'
bindsym $mod+Return exec gnome-terminal bindsym $mod+Return exec alacritty
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill

View File

@ -10,7 +10,7 @@ set $down j
set $up k set $up k
set $right l set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term gnome-terminal set $term alacritty
# Your preferred application launcher # Your preferred application launcher
# Note: it's recommended that you pass the final command to sway # Note: it's recommended that you pass the final command to sway
set $menu dmenu_path | dmenu | xargs swaymsg exec set $menu dmenu_path | dmenu | xargs swaymsg exec

View File

@ -2,7 +2,6 @@
{ {
services.cron.enable = false; services.cron.enable = false;
programs.gnome-terminal.enable = true;
networking.dhcpcd.extraConfig = "noarp"; networking.dhcpcd.extraConfig = "noarp";

View File

@ -1,10 +1,14 @@
{ pkgs, ... }: { pkgs, ... }:
{ let
programs.gnome-terminal.enable = true; gitpkgs = import /nixpkgs {};
in {
services.cron.enable = false; services.cron.enable = false;
networking.dhcpcd.extraConfig = "noarp"; networking.dhcpcd.extraConfig = "noarp";
nixpkgs.config.packageOverrides = pkgs: rec{
SDL2 = pkgs.SDL2.override { udevSupport = true; fcitxSupport = true; };
ffmpeg_4 = gitpkgs.ffmpeg-full // { bin = gitpkgs.ffmpeg-full; };
};
system.stateVersion = "19.09"; system.stateVersion = "19.09";
} }

View File

@ -7,7 +7,7 @@
theme_flat-remix theme_flat-remix
theme_sddm_midnight theme_sddm_midnight
gnome3.dconf gnome3.dconf
gnome3.gnome-terminal alacritty
gnome3.gvfs gnome3.gvfs
gvfs gvfs
oneko oneko