From 474ced6590eaeaea8e8d687dede5e70d2a41b4be Mon Sep 17 00:00:00 2001 From: Dakedres Date: Mon, 12 Jan 2026 20:34:43 -0700 Subject: [PATCH] . --- home/.Xdefaults | 10 ++++++++++ .../xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 2 +- home/.zshrc | 8 ++++++++ paths | 2 ++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 home/.Xdefaults create mode 100644 home/.zshrc diff --git a/home/.Xdefaults b/home/.Xdefaults new file mode 100644 index 0000000..34d43d0 --- /dev/null +++ b/home/.Xdefaults @@ -0,0 +1,10 @@ +i3xrocks.notify.timestamp.format: %m-%d %I:%M +i3xrocks.label.notify.none: e7f4 +i3xrocks.label.notify.some: "\uf4fe" +i3xrocks.label.notify.error: "\ue004" +basilisk.animations.?: 1 +basilisk.theme: aiivii:3d +basilisk.wallpaper: /home/olive/Pictures/decoy_rosie_snell-2007.jpg +# basilisk.wallpaper: /home/olive/Pictures/Wallpapers/stone+tiles+pavement-2048x2048.jpg +basilisk.font.heading: +basilisk.font.body: diff --git a/home/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/home/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 095a207..ad983b6 100644 --- a/home/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/home/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -9,7 +9,7 @@ - + diff --git a/home/.zshrc b/home/.zshrc new file mode 100644 index 0000000..cd82ef3 --- /dev/null +++ b/home/.zshrc @@ -0,0 +1,8 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt autocd extendedglob nomatch +unsetopt beep +bindkey -e +# End of lines configured by zsh-newuser-install diff --git a/paths b/paths index 20dea7a..773e3fb 100644 --- a/paths +++ b/paths @@ -15,3 +15,5 @@ /etc/udev/rules.d/nvidia-gpu-dev-path.rules /etc/udev/rules.d/intel-igpu-dev-path.rules /home/olive/.basilisk +/home/olive/.zshrc +/home/olive/.Xdefaults