Compare commits

...

5 Commits

4 changed files with 10 additions and 4 deletions

View File

@ -50,6 +50,9 @@ PATH="$PYENV_ROOT/bin:$PATH"
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi
for dir in `find ${HOME}/.pyenv/versions/* -maxdepth 0`; do
PATH="$PATH:${dir}/bin"
done
# Rust
PATH="${HOME}/.cargo/bin:$PATH"

View File

@ -10,7 +10,7 @@ on-button-middle=dismiss-group
on-button-right=dismiss
on-touch=dismiss
#on-notify=action
on-button-middle=exec makoctl menu -n "$id" dmenu -p Select action:
#on-button-middle=exec makoctl menu -n "$id" dmenu -p Select action:
#on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
# space around all notifications
outer-margin=0

View File

@ -1,11 +1,10 @@
# Functions
drun-launch=true
fuzzy-match=true
terminal="alacritty --config-file /var/home/.dotfiles/alacritty/host.toml -e"
# Box
anchor=left
width=300px
width=300
# Spacing
padding-top=0
@ -14,7 +13,7 @@ padding-left=0
padding-bottom=0
border-width=0
outline-width=0
selection-background-padding=0,-1
selection-background-padding=0,5
# Text
font-size=11

4
zathura/zathurarc Normal file
View File

@ -0,0 +1,4 @@
set recolor true
set recolor-keephue true
set recolor-darkcolor \#a89984
set recolor-lightcolor \#282828