updated st font
This commit is contained in:
parent
740fc84d55
commit
2eeffb6645
3
.bashrc
3
.bashrc
@ -18,6 +18,8 @@ alias rms="shred -uzn8"
|
||||
alias ccp="xclip -selection clipboard" # stands for clipboard copy
|
||||
alias du.="du -hs ./* | sort -rh"
|
||||
alias cdtmp="cd \$(mktemp -d)"
|
||||
alias stopsaver="kill -SIGSTOP \$(pgrep xscreensaver)"
|
||||
alias contsaver="kill -SIGCONT \$(pgrep xscreensaver)"
|
||||
# impala - iwd tui
|
||||
|
||||
# Fedora only
|
||||
@ -31,6 +33,7 @@ PS1='[\u@\h \W]\$ '
|
||||
p="$HOME/projects"
|
||||
ls="ls -Utp --color=auto"
|
||||
rpi="plky@192.168.4.10"
|
||||
rpid="plky@pyleky.duckdns.org"
|
||||
|
||||
export JAVA_HOME=/usr/lib/jvm/default-jdk
|
||||
export EDITOR=nvim
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[FileDialog]
|
||||
history=file:///home/c2ny, file:///home/c2ny/Documents, file:///home/c2ny/Downloads, file:///home/c2ny/Videos
|
||||
lastVisited=file:///home/c2ny/Videos
|
||||
lastVisited=file:///home/c2ny/Documents
|
||||
qtVersion=6.10.0
|
||||
shortcuts=file:, file:///home/c2ny
|
||||
sidebarWidth=111
|
||||
|
||||
@ -124,6 +124,10 @@ cd $(mktemp -d)
|
||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/0xProto.zip
|
||||
unzip -d ~/.local/share/fonts 0xProto.zip
|
||||
|
||||
cd $(mktemp -d)
|
||||
wget https://github.com/madmalik/mononoki/releases/download/1.6/mononoki.zip
|
||||
unzip -d ~/.local/share/fonts mononoki.zip
|
||||
|
||||
fc-cache -fv
|
||||
|
||||
# flatpak
|
||||
|
||||
BIN
dconf/user
BIN
dconf/user
Binary file not shown.
BIN
dwm-6.6/drw.o
BIN
dwm-6.6/drw.o
Binary file not shown.
BIN
dwm-6.6/dwm
BIN
dwm-6.6/dwm
Binary file not shown.
BIN
dwm-6.6/dwm.o
BIN
dwm-6.6/dwm.o
Binary file not shown.
BIN
dwm-6.6/util.o
BIN
dwm-6.6/util.o
Binary file not shown.
@ -1,2 +1,5 @@
|
||||
[Main View]
|
||||
ShowLeftPanel=false
|
||||
|
||||
[PageView]
|
||||
MouseMode=RectSelect
|
||||
|
||||
10
okularrc
10
okularrc
@ -7,8 +7,10 @@ ShowSidebar=true
|
||||
|
||||
[Recent Files]
|
||||
File1[$e]=$HOME/Downloads/ARoseforEmily-WilliamFaulkner.pdf
|
||||
File2[$e]=$HOME/Documents/Psychology2e_WEB.pdf
|
||||
File3[$e]=$HOME/Downloads/Bouwsma - Descartes' Evil Genius.pdf
|
||||
File2[$e]=$HOME/Downloads/Bouwsma - Descartes' Evil Genius.pdf
|
||||
File3[$e]=$HOME/Documents/A good man is hard to find - Flannery O'Connor.pdf
|
||||
File4[$e]=$HOME/Documents/Psychology2e_WEB.pdf
|
||||
Name1[$e]=ARoseforEmily-WilliamFaulkner.pdf
|
||||
Name2[$e]=Psychology2e_WEB.pdf
|
||||
Name3[$e]=Bouwsma - Descartes' Evil Genius.pdf
|
||||
Name2[$e]=Bouwsma - Descartes' Evil Genius.pdf
|
||||
Name3[$e]=A good man is hard to find - Flannery O'Connor.pdf
|
||||
Name4[$e]=Psychology2e_WEB.pdf
|
||||
|
||||
@ -6,11 +6,14 @@
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
//
|
||||
|
||||
#define _FONTSIZE "20"
|
||||
// some other fonts that I like
|
||||
// static char *font = "IBM Plex Mono:pixelsize=19:antialias=true:autohint=true;rgba=rgb";
|
||||
// static char *font = "GoogleSansCode:pixelsize=19:antialias=true:autohint=true;rgba=rgb";
|
||||
static char *font = "CommitMonoc2ny:pixelsize=19:antialias=true:autohint=true;rgba=rgb";
|
||||
// static char *font = "Miracode:pixelsize=19:antialias=true:autohint=true;rgba=rgb";
|
||||
// static char *font = "IBM Plex Mono:pixelsize=" _FONTSIZE ":antialias=true:autohint=true;rgba=rgb";
|
||||
// static char *font = "GoogleSansCode:pixelsize=" _FONTSIZE ":antialias=true:autohint=true;rgba=rgb";
|
||||
// static char *font = "CommitMonoc2ny:pixelsize=" _FONTSIZE ":antialias=true:autohint=true;rgba=rgb";
|
||||
static char *font = "mononoki:pixelsize=" _FONTSIZE ":antialias=true:autohint=true;rgba=rgb";
|
||||
// static char *font = "Miracode:pixelsize=" _FONTSIZE ":antialias=true:autohint=true;rgba=rgb";
|
||||
static int borderpx = 10;
|
||||
|
||||
/*
|
||||
|
||||
BIN
surf-2.1/surf
BIN
surf-2.1/surf
Binary file not shown.
BIN
surf-2.1/surf.o
BIN
surf-2.1/surf.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user