aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-07-02 02:08:13 +0200
committerphilw <dscr@duck.com>2024-07-02 02:08:13 +0200
commit7e5059be8664603f3150f08e660e4c9aa574a457 (patch)
tree751a01092dfc4e1eabb586431bc92c0cea344950
parentbccf5d366c31ac2cea8ae549994df5e61062287d (diff)
downloaddotfiles-7e5059be8664603f3150f08e660e4c9aa574a457.tar.gz
dotfiles-7e5059be8664603f3150f08e660e4c9aa574a457.zip
Update rice
-rw-r--r--shell/zsh/.zprofile3
-rw-r--r--shell/zsh/.zshrc3
-rw-r--r--x/.xprofile2
3 files changed, 7 insertions, 1 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
3export PATH="$PATH:/home/fw/.local/bin"
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc
index 0aaaf8f..4c22327 100644
--- a/shell/zsh/.zshrc
+++ b/shell/zsh/.zshrc
@@ -108,3 +108,6 @@ export PATH=$PATH:$HOME/.platformio/penv/bin
108 108
109source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 109source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
110source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 110source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
111
112# Created by `pipx` on 2024-06-26 00:09:05
113export PATH="$PATH:/home/fw/.local/bin"
diff --git a/x/.xprofile b/x/.xprofile
index f749bb0..0e7d089 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -9,7 +9,7 @@ done >/dev/null 2>&1
9xrandr --dpi 96 9xrandr --dpi 96
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12 feh --bg-scale ~/Repositories/rice/wallpaper.jpg & 12 feh --bg-scale ~/repos/rice/wallpaper.jpg &
13picom -b & 13picom -b &
14 14
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 15[ -n "$xrdbpid" ] && wait "$xrdbpid"