diff options
| -rw-r--r-- | shell/zsh/.zshrc | 3 | ||||
| -rw-r--r-- | x/.xprofile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 7c1de09..86bd04f 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc | |||
| @@ -57,7 +57,8 @@ export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" | |||
| 57 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' | 57 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' |
| 58 | 58 | ||
| 59 | alias acl='arduino-cli' | 59 | alias acl='arduino-cli' |
| 60 | alias acl='arduino-cli compile' | 60 | alias acla='arduino-cli compile --fqbn arduino:avr:uno' |
| 61 | alias acla='arduino-cli compile' | ||
| 61 | alias aclbl='arduino-cli board list' | 62 | alias aclbl='arduino-cli board list' |
| 62 | 63 | ||
| 63 | alias ls='eza -l --icons --color=always' | 64 | alias ls='eza -l --icons --color=always' |
diff --git a/x/.xprofile b/x/.xprofile index afc8cbc..bac2104 100644 --- a/x/.xprofile +++ b/x/.xprofile | |||
| @@ -9,7 +9,8 @@ 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 | wal -i ~/Pictures/wallpaper & | 12 | # wal -i ~/Pictures/wallpaper & |
| 13 | feh --bg-scale ~/repos/rice/wallpaper.jpg & | ||
| 13 | picom -b & | 14 | picom -b & |
| 14 | 15 | ||
| 15 | [ -n "$xrdbpid" ] && wait "$xrdbpid" | 16 | [ -n "$xrdbpid" ] && wait "$xrdbpid" |
