This commit is contained in:
lelgenio 2020-04-24 18:17:08 -03:00
parent 660be75a7c
commit 9650b5de02
4 changed files with 24 additions and 6 deletions

View File

@ -42,6 +42,18 @@ function mutt --wraps=neomutt --description 'alias mutt=neomutt'
end
abbr neomutt mutt
function rcd
set file (mktemp)
ranger $argv --choosedir=$file
cd (cat $file)
rm $file
end
abbr r rcd
# }}}
# start window manager if using tty1 {{{
#

View File

@ -1,16 +1,22 @@
#!/bin/sh
# BEMENU_BACKEND=x11
# BEMENU_BACKEND=wayland
if [ "$1" == "run" ]
then
[ -n "$2" ] && t="$2" || t="alacritty"
exec j4-dmenu-desktop --dmenu="bmenu -p Iniciar:" --term "$t"
fi
# t title
# f filter
# n normal
# h highlighted
# s selected
# sc scrollbar
bemenu \
--ignorecase\
--bottom\
--no-overlap\
--list 20\
--prefix '->'\
--fn "FiraCode 12"\

View File

@ -44,17 +44,17 @@ window#waybar.empty {
#clock,
#network,
#battery,
#torrentD,
#torrentS,
#backlight,
#pulseaudio,
#custom-mail,
#custom-spigot,
#custom-updates,
#custom-weather
#custom-weather,
#custom-torrentD,
#custom-torrentS
{
margin: 0 7px;
color: #FFFFFF;
color: #ffffff;
opacity:.7;
}