diff options
Diffstat (limited to '')
| -rw-r--r-- | shell/zsh/.zprofile | 3 | ||||
| -rw-r--r-- | shell/zsh/.zshrc | 3 | ||||
| -rw-r--r-- | x/.xprofile | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/shell/zsh/.zprofile b/shell/zsh/.zprofile index e69de29..73e39eb 100644 --- a/shell/zsh/.zprofile +++ b/shell/zsh/.zprofile | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | |||
| 2 | # Created by `pipx` on 2024-06-26 00:09:05 | ||
| 3 | export PATH="$PATH:/home/fw/.local/bin" | ||
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index f52f762..0f6c767 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc | |||
| @@ -110,3 +110,6 @@ export PATH=$PATH:$HOME/.platformio/penv/bin | |||
| 110 | 110 | ||
| 111 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | 111 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
| 112 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 112 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
| 113 | |||
| 114 | # Created by `pipx` on 2024-06-26 00:09:05 | ||
| 115 | export PATH="$PATH:/home/fw/.local/bin" | ||
diff --git a/x/.xprofile b/x/.xprofile index 1c64d44..0e7d089 100644 --- a/x/.xprofile +++ b/x/.xprofile | |||
| @@ -9,8 +9,7 @@ done >/dev/null 2>&1 | |||
| 9 | xrandr --dpi 96 | 9 | xrandr --dpi 96 |
| 10 | xbacklight -set 2 | 10 | xbacklight -set 2 |
| 11 | setxkbmap pl | 11 | setxkbmap pl |
| 12 | feh --bg-scale ~/Repositories/rice/wallpaper.jpg & | 12 | feh --bg-scale ~/repos/rice/wallpaper.jpg & |
| 13 | # picom -b & | 13 | picom -b & |
| 14 | (sleep 1 && xcompmgr -c) & | ||
| 15 | 14 | ||
| 16 | [ -n "$xrdbpid" ] && wait "$xrdbpid" | 15 | [ -n "$xrdbpid" ] && wait "$xrdbpid" |
