aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ebb664b..7c1de09 100644
--- a/shell/zsh/.zshrc
+++ b/shell/zsh/.zshrc
@@ -52,7 +52,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools
52export AWT_TOOLKIT=MToolkit 52export AWT_TOOLKIT=MToolkit
53export JAVA_HOME=/usr/lib/jvm/java-21-openjdk 53export JAVA_HOME=/usr/lib/jvm/java-21-openjdk
54export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" 54export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin"
55. "${HOME}/.cache/wal/colors.sh" 55# . "${HOME}/.cache/wal/colors.sh"
56 56
57alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' 57alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
58 58
@@ -69,7 +69,7 @@ alias lt='eza -T --color=always --group-directories-first'
69alias v="nvim" 69alias v="nvim"
70alias c="clear" 70alias c="clear"
71alias e="exit" 71alias e="exit"
72alias j="joshuto" 72alias j="doas joshuto"
73alias g="grep" 73alias g="grep"
74alias g="rg" 74alias g="rg"
75alias zl="zellij" 75alias zl="zellij"
@@ -104,5 +104,5 @@ case ":$PATH:" in
104 *) export PATH="$GEM:$PATH" ;; 104 *) export PATH="$GEM:$PATH" ;;
105esac 105esac
106 106
107source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 107source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
108source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 108source /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 44a49a6..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
11feh --bg-scale ~/Repositories/rice/wallpaper.jpg & 12wal -i ~/Pictures/wallpaper &
12picom -b & 13picom -b &
13 14
14[ -n "$xrdbpid" ] && wait "$xrdbpid" 15[ -n "$xrdbpid" ] && wait "$xrdbpid"