From 879f252239c9c3b9d0ad5657bf981fb60e81fb56 Mon Sep 17 00:00:00 2001 From: phajw Date: Sat, 6 Apr 2024 19:28:53 +0200 Subject: Update rice --- shell/zsh/.zshrc | 8 ++++---- x/.xinitrc | 7 ++++--- x/.xprofile | 3 ++- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 354ac70..1435ca0 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -51,7 +51,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools export AWT_TOOLKIT=MToolkit export JAVA_HOME=/usr/lib/jvm/java-21-openjdk export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" -. "${HOME}/.cache/wal/colors.sh" +# . "${HOME}/.cache/wal/colors.sh" alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' @@ -68,7 +68,7 @@ alias lt='eza -T --color=always --group-directories-first' alias v="nvim" alias c="clear" alias e="exit" -alias j="joshuto" +alias j="doas joshuto" alias g="grep" alias g="rg" alias zl="zellij" @@ -103,5 +103,5 @@ case ":$PATH:" in *) export PATH="$GEM:$PATH" ;; esac -source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh -source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh diff --git a/x/.xinitrc b/x/.xinitrc index a5aeb1f..fdbc76f 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -31,6 +31,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi /usr/local/bin/pipewire-start.sh & -dbus-update-activation-environment --all -xsetroot -name " " & -ssh-agent dwm +# dbus-update-activation-environment --all +# xsetroot -name " " & +# ssh-agent dwm +dwm diff --git a/x/.xprofile b/x/.xprofile index 745769a..afc8cbc 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -7,8 +7,9 @@ for program in $autostart; do done >/dev/null 2>&1 xrandr --dpi 96 +xbacklight -set 2 setxkbmap pl -wal -i ~/Repositories/rice/wp2062872.jpg & +wal -i ~/Pictures/wallpaper & picom -b & [ -n "$xrdbpid" ] && wait "$xrdbpid" -- cgit v1.2.3