diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-02-03 12:57:22 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-02-03 12:57:22 +0530 |
| commit | a3bad57a59b857febb72d6ae68b46e51e2165c0d (patch) | |
| tree | 95620344bac47f36c6bffd51c9c10221f85a5221 | |
| parent | fbebef7bee701894994208f3da023d0aac5810d4 (diff) | |
mounter, unmounter, profile, sbar
| -rw-r--r-- | .config/shell/profile | 2 | ||||
| -rwxr-xr-x | .local/bin/mounter (renamed from .local/bin/dmenumount) | 0 | ||||
| -rwxr-xr-x | .local/bin/sbar | 2 | ||||
| -rwxr-xr-x | .local/bin/unicode_emoji | 2 | ||||
| -rwxr-xr-x | .local/bin/unmounter (renamed from .local/bin/dmenuumount) | 0 | ||||
| -rw-r--r-- | .local/share/vocab/words.txt | 3 |
6 files changed, 7 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 52a0c39..63b2d54 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -30,6 +30,8 @@ export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads. +export NPM_CONFIG_USERCONFIG="$HOME/.config/npm/npmrc" + # Adds `~/.local/bin` to $PATH export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" # export PATH=$PATH:$HOME/.local/bin diff --git a/.local/bin/dmenumount b/.local/bin/mounter index 241e6fd..241e6fd 100755 --- a/.local/bin/dmenumount +++ b/.local/bin/mounter diff --git a/.local/bin/sbar b/.local/bin/sbar index 67a0ca4..cd32308 100755 --- a/.local/bin/sbar +++ b/.local/bin/sbar @@ -22,7 +22,7 @@ update_music () { if [ -z "$(sb-music)" ]; then music="" else - music="[ $(sb-music) ]" + music="[ $(sb-music) ] " fi } diff --git a/.local/bin/unicode_emoji b/.local/bin/unicode_emoji index 415a268..91ff6fe 100755 --- a/.local/bin/unicode_emoji +++ b/.local/bin/unicode_emoji @@ -10,4 +10,4 @@ chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -i -l 30 | sed "s/ .*//") xdotool type "$chosen" printf "$chosen" | xclip -selection clipboard -notify-send "'$chosen' copied to clipboard." &
\ No newline at end of file +notify-send "'$chosen' copied to clipboard." & diff --git a/.local/bin/dmenuumount b/.local/bin/unmounter index d9be444..d9be444 100755 --- a/.local/bin/dmenuumount +++ b/.local/bin/unmounter diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt index e4fc9d9..1f613d7 100644 --- a/.local/share/vocab/words.txt +++ b/.local/share/vocab/words.txt @@ -88,3 +88,6 @@ trait -> a distinguishing quality or characteristic, typically one belonging to pedantic -> excessively concerned with minor details or rules; overscrupulous. avid -> having or showing a keen interest in or enthusiasm for something eerie -> strange and frightening +prepend -> add (something) to the beginning of something else +notion -> a conception of or belief about something +robust -> strong and healthy |
