diff options
Diffstat (limited to '')
| -rw-r--r-- | shell/zsh/.zshrc | 8 | ||||
| -rw-r--r-- | x/.xinitrc | 7 | ||||
| -rw-r--r-- | 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 | |||
| 51 | export AWT_TOOLKIT=MToolkit | 51 | export AWT_TOOLKIT=MToolkit |
| 52 | export JAVA_HOME=/usr/lib/jvm/java-21-openjdk | 52 | export JAVA_HOME=/usr/lib/jvm/java-21-openjdk |
| 53 | export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" | 53 | export 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 | ||
| 56 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' | 56 | alias 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' | |||
| 68 | alias v="nvim" | 68 | alias v="nvim" |
| 69 | alias c="clear" | 69 | alias c="clear" |
| 70 | alias e="exit" | 70 | alias e="exit" |
| 71 | alias j="joshuto" | 71 | alias j="doas joshuto" |
| 72 | alias g="grep" | 72 | alias g="grep" |
| 73 | alias g="rg" | 73 | alias g="rg" |
| 74 | alias zl="zellij" | 74 | alias zl="zellij" |
| @@ -103,5 +103,5 @@ case ":$PATH:" in | |||
| 103 | *) export PATH="$GEM:$PATH" ;; | 103 | *) export PATH="$GEM:$PATH" ;; |
| 104 | esac | 104 | esac |
| 105 | 105 | ||
| 106 | source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh | 106 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
| 107 | source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 107 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
| @@ -31,6 +31,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then | |||
| 31 | unset f | 31 | unset f |
| 32 | fi | 32 | fi |
| 33 | /usr/local/bin/pipewire-start.sh & | 33 | /usr/local/bin/pipewire-start.sh & |
| 34 | dbus-update-activation-environment --all | 34 | # dbus-update-activation-environment --all |
| 35 | xsetroot -name " " & | 35 | # xsetroot -name " " & |
| 36 | ssh-agent dwm | 36 | # ssh-agent dwm |
| 37 | 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 | |||
| 7 | done >/dev/null 2>&1 | 7 | done >/dev/null 2>&1 |
| 8 | 8 | ||
| 9 | xrandr --dpi 96 | 9 | xrandr --dpi 96 |
| 10 | xbacklight -set 2 | ||
| 10 | setxkbmap pl | 11 | setxkbmap pl |
| 11 | wal -i ~/Repositories/rice/wp2062872.jpg & | 12 | wal -i ~/Pictures/wallpaper & |
| 12 | picom -b & | 13 | picom -b & |
| 13 | 14 | ||
| 14 | [ -n "$xrdbpid" ] && wait "$xrdbpid" | 15 | [ -n "$xrdbpid" ] && wait "$xrdbpid" |
