diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 26221fe..f860f26 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -22,6 +22,9 @@ alias nano='nano -l' alias dirs='dirs -v' +alias trw='tmux rename-window' + +# promt config, is overwritten by starship PS1='[\u@\h \W]\$ ' # overwrite $TERM to avoid problems when connecting to devices via ssh diff --git a/misc/xorg/work-10-dpi.conf b/misc/xorg/work-10-dpi.conf new file mode 100644 index 0000000..f38d0b3 --- /dev/null +++ b/misc/xorg/work-10-dpi.conf @@ -0,0 +1,6 @@ +Section "OutputClass" + Identifier "nvidia dpi settings" + MatchDriver "nvidia-drm" + Option "UseEdidDpi" "False" + Option "DPI" "96 x 96" +EndSection