diff --git a/.config/fontconfig/conf.d/10-font-priority.conf b/.config/fontconfig/conf.d/10-font-priority.conf
new file mode 100644
index 0000000..b3cae8b
--- /dev/null
+++ b/.config/fontconfig/conf.d/10-font-priority.conf
@@ -0,0 +1,57 @@
+
+
+
+
+
+ sans-serif
+
+ NotoSans NFP
+ Noto Color Emoji
+ Noto Emoji
+ Noto Sans CJK JP
+ Noto Sans CJK SC
+ Noto Sans CJK TC
+ Noto Sans CJK KR
+ Noto Sans CJK HK
+
+
+
+
+ serif
+
+ NotoSerif NFP
+ Noto Color Emoji
+ Noto Emoji
+ Noto Serif CJK JP
+ Noto Serif CJK SC
+ Noto Serif CJK TC
+ Noto Serif CJK KR
+ Noto Serif CJK HK
+
+
+
+
+ monospace
+
+ NotoSansM NFM
+ Noto Color Emoji
+ Noto Emoji
+ Noto Sans Mono CJK JP
+ Noto Sans Mono CJK SC
+ Noto Sans Mono CJK TC
+ Noto Sans Mono CJK KR
+ Noto Sans Mono CJK HK
+ Noto Mono
+
+
+
+
+ emoji
+
+ NotoSans NFP
+ Noto Color Emoji
+ Noto Emoji
+
+
+
+
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index 339dab9..e28508c 100755
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -1,14 +1,14 @@
# -*- conf -*-
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
-# term=foot (or xterm-256color if built with -Dterminfo=disabled)
+term=foot
# login-shell=no
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
# title=foot
# locked-title=no
- font=monospace:size=12
+font=monospace:size=12
# font-bold=
# font-italic=
# font-bold-italic=
@@ -20,10 +20,10 @@
# underline-offset=
# underline-thickness=
# strikeout-thickness=
-# box-drawings-uses-font-glyphs=no
+box-drawings-uses-font-glyphs=yes
# dpi-aware=no
-# initial-window-size-pixels=700x500 # Or,
+initial-window-size-pixels=1918x1078
# initial-window-size-chars=
# initial-window-mode=windowed
# pad=0x0 # optionally append 'center'
@@ -56,7 +56,7 @@
[scrollback]
-# lines=1000
+lines=2000
# multiplier=3.0
# indicator-position=relative
# indicator-format=""
@@ -72,8 +72,8 @@
style=beam
# color=
blink=yes
-# blink-rate=500
-# beam-thickness=1.5
+blink-rate=500
+beam-thickness=1.5
# underline-thickness=
[mouse]
diff --git a/.config/nvim/lua/stachel/init.lua b/.config/nvim/lua/stachel/init.lua
index 21451e2..4b39b49 100755
--- a/.config/nvim/lua/stachel/init.lua
+++ b/.config/nvim/lua/stachel/init.lua
@@ -9,3 +9,9 @@ vim.opt.tabstop = 2 -- Number of spaces that a counts for
vim.opt.shiftwidth = 2 -- Number of spaces to use for each step of autoindent
vim.opt.expandtab = true -- Convert tabs to spaces
vim.o.splitright = true
+
+vim.api.nvim_create_autocmd("VimLeave", {
+ callback = function()
+ vim.o.guicursor = "a:ver25"
+ end
+})
diff --git a/.config/yash/profile b/.config/yash/profile
index ca6dcbf..f573685 100755
--- a/.config/yash/profile
+++ b/.config/yash/profile
@@ -7,16 +7,16 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
-export PATH="$HOME/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
+export PATH="$HOME/.local/bin:$HOME/.local/build/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
-if [ -f ~/.config/user-dirs.dirs ]; then
- while IFS='=' read -r key value; do
- key=${key//[$'\t\r\n']} # Remove whitespace
- value=${value//\"/} # Remove quotes
- value=${value//\$HOME/~} # Expand $HOME
- export "$key=$value"
- done < ~/.config/user-dirs.dirs
-fi
+#if [ -f ~/.config/user-dirs.dirs ]; then
+# while IFS='=' read -r key value; do
+# key=${key//[$'\t\r\n']} # Remove whitespace
+# value=${value//\"/} # Remove quotes
+# value=${value//\$HOME/~} # Expand $HOME
+# export "$key=$value"
+# done < ~/.config/user-dirs.dirs
+#fi
#if [ -z "$XDG_RUNTIME_DIR" ]; then
# XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir"
diff --git a/.local/bin/river b/.local/bin/river
index d752ba5..8df2535 100755
--- a/.local/bin/river
+++ b/.local/bin/river
@@ -1,3 +1,3 @@
#!/bin/sh
-touch $XDG_RUNTIME_DIR/openrc/softlevel
-exec dbus-run-session -- /usr/bin/river
+touch "$XDG_RUNTIME_DIR/openrc/softlevel"
+exec dbus-run-session -- "$HOME/.local/build/bin/river" 2>&1 > /dev/null
diff --git a/.ssh/config b/.ssh/config
index 7900857..00d74b2 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -84,6 +84,12 @@ Host contabo_pylab
User pylab
IdentityFile ~/.ssh/contabo_pylab
+Host contabo_cmt
+ Hostname stachel.xyz
+ Port 2222
+ User cmt
+ IdentityFile ~/.ssh/contabo_cmt
+
Host mobile
Hostname 192.168.178.3
Port 8022