From eb4c01d478213a0306ded17cd05d311d43d61788 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 5 Aug 2022 21:44:03 +0200 Subject: [PATCH] =?UTF-8?q?Change=20the=20main=20terminal=20from=20alacrit?= =?UTF-8?q?ty=20->=20kitty=20=F0=9F=A5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 6bb1c01..d161e4b 100644 --- a/src/config.h +++ b/src/config.h @@ -2,7 +2,7 @@ /* def */ #define WEBBROWSER "google-chrome-stable" -#define TERMINAL "alacritty" +#define TERMINAL "kitty" #define SCREENSHOT "spectacle" #define GUI_FILEMANAGER "pcmanfm" @@ -30,7 +30,7 @@ static const char *const autostart[] = { "setxkbmap", "-model", "pc101", "-layout", "us,ar", "-variant", ",,", "-option", "grp:win_space_toggle", NULL, // "xkbset", "exp", "=sticky", "-twokey", "-latchlock", NULL, // sticky keys "/bin/stickykeys", NULL, // sticky keys script - "picom", NULL, // Start compositor , for transparency + // "picom", NULL, // Start compositor , for transparency "nitrogen", "--restore", NULL, // Restores the wallpaper "nm-applet", NULL, // Start the network manger "copyq", NULL, // clipboard manger