Add font and gtk config, remove old shell config
authorma <ma@beaudet.xyz>
Mon, 29 Mar 2021 18:22:23 +0000 (20:22 +0200)
committerma <ma@beaudet.xyz>
Mon, 29 Mar 2021 18:22:23 +0000 (20:22 +0200)
.config/fontconfig/fonts.conf [new file with mode: 0755]
.config/gtk-2.0/gtkrc-2.0 [new file with mode: 0644]
.config/shell/shortcutrc [deleted file]
.config/shell/zshnameddirrc [deleted file]
vim [deleted submodule]

diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
new file mode 100755 (executable)
index 0000000..2d58803
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+       <alias>
+               <family>serif</family>
+               <prefer>
+                       <family>Linux Libertine</family>
+                       <family>Joy Pixels</family>
+                       <family>Noto Color Emoji</family>
+               </prefer>
+       </alias>
+       <alias>
+               <family>sans-serif</family>
+               <prefer>
+                       <family>Linux Biolinum</family>
+                       <family>Joy Pixels</family>
+                       <family>Noto Color Emoji</family>
+               </prefer>
+       </alias>
+       <alias>
+               <family>sans</family>
+               <prefer>
+                       <family>Linux Biolinum</family>
+                       <family>Joy Pixels</family>
+                       <family>Noto Color Emoji</family>
+               </prefer>
+       </alias>
+       <alias>
+               <family>monospace</family>
+               <prefer>
+                       <family>Noto Sans Mono</family>
+                       <family>Liberation Mono</family>
+               </prefer>
+       </alias>
+</fontconfig>
diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0
new file mode 100644 (file)
index 0000000..da4d02e
--- /dev/null
@@ -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 (file)
index 397ebf1..0000000
+++ /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 (file)
index 483e4f7..0000000
+++ /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 (submodule)
index b24185b..0000000
--- a/vim
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit b24185bfc50e77abcceee676130c3e08eca87f6b