aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphajw <dscr@duck.com>2024-04-06 19:28:53 +0200
committerphajw <dscr@duck.com>2024-04-06 19:28:53 +0200
commit879f252239c9c3b9d0ad5657bf981fb60e81fb56 (patch)
treedcc0ddec09e7e6ea74ff1c826db96d179d116634
parent5788f66da53205d5290c64ff97f3c817889d6bc0 (diff)
downloaddotfiles-879f252239c9c3b9d0ad5657bf981fb60e81fb56.tar.gz
dotfiles-879f252239c9c3b9d0ad5657bf981fb60e81fb56.zip
Update rice
-rw-r--r--shell/zsh/.zshrc8
-rw-r--r--x/.xinitrc7
-rw-r--r--x/.xprofile3
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
51export AWT_TOOLKIT=MToolkit 51export AWT_TOOLKIT=MToolkit
52export JAVA_HOME=/usr/lib/jvm/java-21-openjdk 52export JAVA_HOME=/usr/lib/jvm/java-21-openjdk
53export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" 53export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin"
54. "${HOME}/.cache/wal/colors.sh" 54# . "${HOME}/.cache/wal/colors.sh"
55 55
56alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' 56alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
57 57
@@ -68,7 +68,7 @@ alias lt='eza -T --color=always --group-directories-first'
68alias v="nvim" 68alias v="nvim"
69alias c="clear" 69alias c="clear"
70alias e="exit" 70alias e="exit"
71alias j="joshuto" 71alias j="doas joshuto"
72alias g="grep" 72alias g="grep"
73alias g="rg" 73alias g="rg"
74alias zl="zellij" 74alias zl="zellij"
@@ -103,5 +103,5 @@ case ":$PATH:" in
103 *) export PATH="$GEM:$PATH" ;; 103 *) export PATH="$GEM:$PATH" ;;
104esac 104esac
105 105
106source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 106source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
107source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 107source /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
31 unset f 31 unset f
32fi 32fi
33/usr/local/bin/pipewire-start.sh & 33/usr/local/bin/pipewire-start.sh &
34dbus-update-activation-environment --all 34# dbus-update-activation-environment --all
35xsetroot -name " " & 35# xsetroot -name " " &
36ssh-agent dwm 36# ssh-agent dwm
37dwm
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
7done >/dev/null 2>&1 7done >/dev/null 2>&1
8 8
9xrandr --dpi 96 9xrandr --dpi 96
10xbacklight -set 2
10setxkbmap pl 11setxkbmap pl
11wal -i ~/Repositories/rice/wp2062872.jpg & 12wal -i ~/Pictures/wallpaper &
12picom -b & 13picom -b &
13 14
14[ -n "$xrdbpid" ] && wait "$xrdbpid" 15[ -n "$xrdbpid" ] && wait "$xrdbpid"