Start moving to ghostty terminal

master
Ronald 8 months ago
parent 7fe14ce64d
commit 923264eaa1

@ -58,7 +58,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", NULL }; static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "alacritty", NULL }; static const char *termcmd[] = { "ghostty", NULL };
static const char *ftermcmd[] = { "alacritty", "--class", "alacritty_floating", NULL }; static const char *ftermcmd[] = { "alacritty", "--class", "alacritty_floating", NULL };
static const char *webcmd[] = { "firefox", NULL }; static const char *webcmd[] = { "firefox", NULL };
@ -67,9 +67,9 @@ static const char *webcmd2[] = { "chromium", NULL };
static const char *privwebcmd2[] = { "chromium", "--incognito", NULL }; static const char *privwebcmd2[] = { "chromium", "--incognito", NULL };
static const char *xcmd[] = { "pkill", "x", NULL }; static const char *xcmd[] = { "pkill", "x", NULL };
static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL }; static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL };
static const char *volcmd[] = { "alacritty", "--command", "pulsemixer", NULL }; static const char *volcmd[] = { "ghostty", "--command", "pulsemixer", NULL };
static const char *lockcmd[] = { "slock", NULL }; static const char *lockcmd[] = { "slock", NULL };
static const char *filecmd[] = { "alacritty", "--command", "nnn", "-Rd", NULL }; static const char *filecmd[] = { "ghostty", "--command", "nnn", "-Rd", NULL };
static const char *ffilecmd[] = { "alacritty", "--class", "alacritty_floating", "--command", "nnn", "-Rd", NULL }; static const char *ffilecmd[] = { "alacritty", "--class", "alacritty_floating", "--command", "nnn", "-Rd", NULL };
static const char *musiccmd[] = { "alacritty", "--command", "musikcube", NULL }; static const char *musiccmd[] = { "alacritty", "--command", "musikcube", NULL };
static const char *ssacmd[] = { "ssall", NULL }; static const char *ssacmd[] = { "ssall", NULL };

Loading…
Cancel
Save