From 75a329884c53f310efb8349ccb1593d7bce705f1 Mon Sep 17 00:00:00 2001 From: phajw Date: Fri, 26 Apr 2024 23:14:54 +0200 Subject: Add arduino stuff --- shell/zsh/.zshrc | 3 ++- 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" alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' alias acl='arduino-cli' -alias acl='arduino-cli compile' +alias acla='arduino-cli compile --fqbn arduino:avr:uno' +alias acla='arduino-cli compile' alias aclbl='arduino-cli board list' 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 xrandr --dpi 96 xbacklight -set 2 setxkbmap pl -wal -i ~/Pictures/wallpaper & +# wal -i ~/Pictures/wallpaper & + feh --bg-scale ~/repos/rice/wallpaper.jpg & picom -b & [ -n "$xrdbpid" ] && wait "$xrdbpid" -- cgit v1.2.3