From 9b8706018e9b7745f0540e1be83e7c2de76c4efe Mon Sep 17 00:00:00 2001 From: ma Date: Mon, 29 Mar 2021 20:22:23 +0200 Subject: [PATCH] Add font and gtk config, remove old shell config --- .config/fontconfig/fonts.conf | 35 +++++++++++++++++++++++++++++++++++ .config/gtk-2.0/gtkrc-2.0 | 19 +++++++++++++++++++ .config/shell/shortcutrc | 29 ----------------------------- .config/shell/zshnameddirrc | 12 ------------ vim | 1 - 5 files changed, 54 insertions(+), 42 deletions(-) create mode 100755 .config/fontconfig/fonts.conf create mode 100644 .config/gtk-2.0/gtkrc-2.0 delete mode 100644 .config/shell/shortcutrc delete mode 100644 .config/shell/zshnameddirrc delete mode 160000 vim diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100755 index 0000000..2d58803 --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,35 @@ + + + + + serif + + Linux Libertine + Joy Pixels + Noto Color Emoji + + + + sans-serif + + Linux Biolinum + Joy Pixels + Noto Color Emoji + + + + sans + + Linux Biolinum + Joy Pixels + Noto Color Emoji + + + + monospace + + Noto Sans Mono + Liberation Mono + + + diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0 new file mode 100644 index 0000000..da4d02e --- /dev/null +++ b/.config/gtk-2.0/gtkrc-2.0 @@ -0,0 +1,19 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "~/.gtkrc-2.0.mine" +gtk-theme-name="Arc-Gruvbox" +gtk-icon-theme-name="Adwaita" +gtk-font-name="Sans 10" +gtk-cursor-theme-name="Adwaita" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_TEXT +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="rgb" diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc deleted file mode 100644 index 397ebf1..0000000 --- a/.config/shell/shortcutrc +++ /dev/null @@ -1,29 +0,0 @@ -# vim: filetype=sh -alias cac="cd /home/ma/.cache && ls -a" \ -cf="cd /home/ma/.config && ls -a" \ -D="cd /home/ma/Downloads && ls -a" \ -d="cd /home/ma/Documents && ls -a" \ -dt="cd /home/ma/.local/share && ls -a" \ -h="cd /home/ma && ls -a" \ -m="cd /home/ma/Music && ls -a" \ -mn="cd /mnt && ls -a" \ -pp="cd /home/ma/Pictures && ls -a" \ -sc="cd /home/ma/.local/bin && ls -a" \ -src="cd /home/ma/.local/src && ls -a" \ -vv="cd /home/ma/Videos && ls -a" \ -bf="$EDITOR /home/ma/.config/shell/bm-files" \ -bd="$EDITOR /home/ma/.config/shell/bm-dirs" \ -cfx="$EDITOR /home/ma/.config/x11/xresources" \ -cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \ -cfv="$EDITOR /home/ma/.config/nvim/init.vim" \ -cfz="$EDITOR /.zshrc" \ -cfa="$EDITOR /home/ma/.config/shell/aliasrc" \ -cfp="$EDITOR /home/ma/.config/shell/profile" \ -cfm="$EDITOR /home/ma/.config/mutt/muttrc" \ -cfn="$EDITOR /home/ma/.config/newsboat/config" \ -cfu="$EDITOR /home/ma/.config/newsboat/urls" \ -cfmb="$EDITOR /home/ma/.config/ncmpcpp/bindings" \ -cfmc="$EDITOR /home/ma/.config/ncmpcpp/config" \ -cfl="$EDITOR /home/ma/.config/lf/lfrc" \ -cfL="$EDITOR /home/ma/.config/lf/scope" \ -cfX="$EDITOR /home/ma/.config/sxiv/exec/key-handler" \ diff --git a/.config/shell/zshnameddirrc b/.config/shell/zshnameddirrc deleted file mode 100644 index 483e4f7..0000000 --- a/.config/shell/zshnameddirrc +++ /dev/null @@ -1,12 +0,0 @@ -hash -d cac=/home/ma/.cache -hash -d cf=/home/ma/.config -hash -d D=/home/ma/Downloads -hash -d d=/home/ma/Documents -hash -d dt=/home/ma/.local/share -hash -d h=/home/ma -hash -d m=/home/ma/Music -hash -d mn=/mnt -hash -d pp=/home/ma/Pictures -hash -d sc=/home/ma/.local/bin -hash -d src=/home/ma/.local/src -hash -d vv=/home/ma/Videos diff --git a/vim b/vim deleted file mode 160000 index b24185b..0000000 --- a/vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b24185bfc50e77abcceee676130c3e08eca87f6b -- 2.20.1