From 2d38ff59bf78d945ba86d3c9077af67a5f00a69d Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 10 Oct 2021 16:52:52 +0200 Subject: [PATCH] Wel, no. Kitty is still weird. --- _suckless/dwm/config.h | 6 +++--- zsh/p10k.zsh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 7490036..dc7f240 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -30,7 +30,7 @@ typedef struct { const char *name; const void *cmd; } Sp; -const char *spcmd1[] = {"kitty", "--name", "spterm", "-g", "120x34", NULL }; +const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x34", NULL }; static Sp scratchpads[] = { /* name cmd */ {"spterm", spcmd1}, @@ -45,7 +45,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask switchtotag isfloating isterminal noswallow monitor */ - { NULL, NULL, "kitty", 0, 0, 0, 1, 0, -1 }, + { NULL, NULL, "st", 0, 0, 0, 1, 0, -1 }, { "Firefox", NULL, NULL, 2, 1, 0, 0, 0, -1 }, { "qutebrowser", NULL, NULL, 2, 1, 0, 0, 0, -1 }, { "Ferdi" , NULL, NULL, 1 << 2, 1, 0, 0, 0, -1 }, @@ -85,7 +85,7 @@ static const Layout layouts[] = { #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *termcmd[] = { "kitty", NULL }; +static const char *termcmd[] = { "st", NULL }; #include diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 7fdb1c3..b5104cf 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -46,10 +46,10 @@ # prompt symbol typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76 typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196 - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='λ' - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='λ' - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='λ' - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='λ' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='❯' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='❯' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='❯' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='❯' typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='' typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL=