Commit Diff


commit - 80575602d1f44925e64131a48ab9e389a3a213fc
commit + 4a1170bfa41c026610d16f934a91d6a1ab9091c8
blob - be8ec0535d7bded2d35b94c98676d2f151251d7f
blob + 0d55cd265c3c0dbd1557a744fc55fd778d2722c1
--- .config/gtk-3.0/settings.ini
+++ .config/gtk-3.0/settings.ini
@@ -1,3 +1,3 @@
 [Settings]
 gtk-cursor-theme-name=retrosmart-xcursor-white
-gtk-cursor-theme-size=48
+gtk-cursor-theme-size=38
blob - fd13450a4c15d9823bacfd91d2838c5f745d94d3
blob + 0b5abfd3f9768cb073b849046ac673c4317821a9
--- .config/shell/alias
+++ .config/shell/alias
@@ -16,14 +16,14 @@ alias \
 	rsync="rsync -vrPlu" \
 	ffmpeg="ffmpeg -hide_banner"
 
-# Remove colors
+# Remove colors, doas not required
 alias \
     emerge="doas emerge --color n" \
-    equery="equery -C" \
+    equery="doas equery -C" \
 
 # FFmpeg utils
-alias sr="ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 /tmp/v.mp4"
+alias sr="ffmpeg -vaapi_device /dev/dri/renderD128 -video_size 3840x2160 -framerate 60 -f x11grab -i :0.0 -f pulse -i bluez_output.98_47_44_63_59_C4.1.monitor -vf 'format=nv12,hwupload' -c:v h264_vaapi -qp 24 -c:a aac -b:a 128k /tmp/v.mp4"
 
 # Dotfiles on git
-alias dotfiles='/usr/bin/git --git-dir=$XDG_DATA_HOME/dotfiles.git/ --work-tree=$HOME'
+alias rice='/usr/bin/git --git-dir=$XDG_DATA_HOME/dotfiles.git/ --work-tree=$HOME'
 
blob - d7e4cfa593ec734f98476ca2089a92c0830b6e12
blob + 586b07df0f312e51cc4393aeb20a3065b5acd0f3
--- .config/shell/profile
+++ .config/shell/profile
@@ -55,6 +55,7 @@ export PATH=$PATH:$N_PREFIX/bin # n managed node
 export PATH=$PATH:$GOPATH/bin # go bins
 export PATH=$PATH:$XDG_CACHE_HOME/npm/bin # npm bins
 export PATH="$PATH:$HOME/.local/bin"
+export PATH="$PATH:/usr/local/texlive/2026/bin/x86_64-linux" # latex
 
 # Start graphical server on user's login
 [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
blob - 8750028a9bbb90d8142fd895234f308e60c7e94b
blob + b8161b3decbddec9c575b003794321c85087c3f1
--- .config/x11/Xresources
+++ .config/x11/Xresources
@@ -1,5 +1,4 @@
-Xft.dpi: 192
-
+Xft.dpi: 144
 Xft.antialias: 1
 Xft.hinting: 1
 Xft.hintstyle: hintslight
@@ -7,4 +6,4 @@ Xft.rgba: rgb
 Xft.lcdfilter: lcddefault
 
 Xcursor.theme: retrosmart-xcursor-white
-Xcursor.size: 48
+Xcursor.size: 38