commit 4beb7437df8ee620213d95060b36a2dd999da474 parent 0cdb6b76d43cd13b271b5aa20fc074aea48f9e2e Author: Jake Koroman <jakekoroman@gmail.com> Date: Thu, 28 Mar 2024 20:16:09 -0400 minor changes/fixes. Diffstat:
M | .config/zsh/.zshrc | | | 3 | ++- |
M | device-specific/desktop/hardware | | | 2 | +- |
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -49,4 +49,5 @@ echo -ne '\e[6 q' # Use beam shape cursor on startup. preexec() { echo -ne '\e[6 q' ;} # Use beam shape cursor for each new prompt. # Load syntax highlighting; should be last. -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +# installed in different spots on gentoo and artix ... awesome! +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2> /dev/null || source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2> /dev/null diff --git a/device-specific/desktop/hardware b/device-specific/desktop/hardware @@ -1,7 +1,7 @@ font pango:Terminus 8 titlebar_padding 1 -output * bg ~/.wallpaper fill +output * bg ~/Pictures/wallpaper fill output DP-2 mode 1920x1080@144Hz pos 1920 0 output DP-3 mode 1920x1080@144Hz pos 0 0