Skip to content

Commit

Permalink
collapse bin/* to .local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jun 19, 2023
1 parent b490e24 commit a694b1d
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bindsym $esc+XF86AudioLowerVolume exec pactl set-sink-volume $sink -5% && killal

bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle && killall -SIGUSR1 i3status

bindsym XF86Calculator exec ~/bin/mouse/active.py
# bindsym XF86Calculator exec ~/mouse/active.py

bindsym $mod+XF86AudioRaiseVolume exec pavucontrol

Expand Down
2 changes: 1 addition & 1 deletion .config/ranger/rc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set preview_images true
set preview_images_method ueberzug
set draw_borders true

map bg shell ~/bin/setbg %F && i3-msg restart
map bg shell setbg %F && i3-msg restart

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions .local/bin/startup
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/sh

setbg > /dev/null &

picom -f -b

if [ -f ~/.local/bin/localstartup ]; then
~/.local/bin/localstartup
fi


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions .settings
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,20 @@ eval "$(dirp hook)"
P0="./bin"
P1="./node_modules/.bin"
P2="$HOME/.cargo/bin"
P3="$HOME/.local/bin"
P4="$HOME/.gem/ruby/2.4.0/bin"
P5="$HOME/go/bin"
# todo: move projects out of Dev
P6="$HOME/Dev/emsdk/upstream/emscripten"
P7="$HOME/Dev/wasm-qt/src/bin"
P6="$HOME/Dev/suserpmutil/bin"
P8="$HOME/Dev/fndr"

USER_PATHS="$P0:$P1:$P2:$P3:$P4:$P5:$P6:$P7:$P8"
USER_PATHS="$P0:$P1:$P2:$P5:$P6:$P7:$P8"


# Change MacOS env to resemble a more
# traditional developer environment
os=$(uname -s)
if [[ "$os" == "Darwin" ]]; then
USER_PATHS="$USER_PATHS:$HOME/bin"

# Prefer brew python over system python
#USER_PATHS="/usr/local/opt/python/libexec/bin:$USER_PATHS"

Expand Down
13 changes: 0 additions & 13 deletions bin/_setup_suse

This file was deleted.

12 changes: 0 additions & 12 deletions bin/startup

This file was deleted.

0 comments on commit a694b1d

Please sign in to comment.