aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphajw <dscr@duck.com>2024-04-26 23:14:54 +0200
committerphajw <dscr@duck.com>2024-04-26 23:14:54 +0200
commit75a329884c53f310efb8349ccb1593d7bce705f1 (patch)
tree76b3edde43c9636debc97690fd5fc94761437388
parent1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68 (diff)
downloaddotfiles-75a329884c53f310efb8349ccb1593d7bce705f1.tar.gz
dotfiles-75a329884c53f310efb8349ccb1593d7bce705f1.zip
Add arduino stuff
Diffstat (limited to '')
-rw-r--r--shell/zsh/.zshrc3
-rw-r--r--x/.xprofile3
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"
57alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' 57alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
58 58
59alias acl='arduino-cli' 59alias acl='arduino-cli'
60alias acl='arduino-cli compile' 60alias acla='arduino-cli compile --fqbn arduino:avr:uno'
61alias acla='arduino-cli compile'
61alias aclbl='arduino-cli board list' 62alias aclbl='arduino-cli board list'
62 63
63alias ls='eza -l --icons --color=always' 64alias 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
9xrandr --dpi 96 9xrandr --dpi 96
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12wal -i ~/Pictures/wallpaper & 12# wal -i ~/Pictures/wallpaper &
13 feh --bg-scale ~/repos/rice/wallpaper.jpg &
13picom -b & 14picom -b &
14 15
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 16[ -n "$xrdbpid" ] && wait "$xrdbpid"