added desktop entry

This commit is contained in:
aniketkharel 2023-05-05 11:06:51 +05:45
parent bbb1eca4bf
commit 3f875d2242
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ patches/
*.o
st
*.orig
Makefile.rej

View file

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "FiraCode Nerd Font:pixelsize=14:antialias=true:autohint=true";
static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" };
static int borderpx = 2;
@ -17,7 +17,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
static char *shell = "/bin/zsh";
static char *shell = "/bin/sh";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
char *scroll = NULL;
@ -87,7 +87,7 @@ const int boxdraw_braille = 0;
static int bellvolume = 0;
/* default TERM value */
char *termname = "xterm-256color";
char *termname = "st-256color";
/*
* spaces per tab
@ -107,7 +107,7 @@ char *termname = "xterm-256color";
unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 1;
float alpha = 0.8;
float alphaOffset = 0.0;
float alphaUnfocus;

View file

@ -8,4 +8,4 @@ Categories=System;TerminalEmulator;
Name=st
GenericName=Terminal
Comment=st is a simple terminal implementation for X
StartupWMClass=xterm-256color
StartupWMClass=st-256color