Add tmd.fish

This commit is contained in:
Roland Thomas 2023-04-03 23:36:56 -04:00
parent 61e3e58638
commit 239e0e9c46
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function tdm
command termdown $argv; and cmatrix -ba -u 2 -C cyan
end

View File

@ -23,6 +23,7 @@ python = f'alacritty {opaque_config} -e python'
vpn_vta = 'alacritty -e /home/roland/.local/bin/vpn'
bjendal = 'alacritty -e /home/roland/.local/bin/bjendal'
lumar = 'alacritty -e /home/roland/.local/bin/lumar'
cmatrix = 'alacritty -e cmatrix'
rofi = 'rofi -combi-modi window,drun,ssh -theme nord -font "hack 12" -show drun -icon-theme "Papirus" -show-icons'
qtile_dir = '/home/roland/.config/qtile/'
wallpaper_dir = '/home/roland/.config/qtile/wallpaper/'
@ -167,6 +168,7 @@ keys = [
Key([], "l", lazy.group['scratchpad'].dropdown_toggle('lumar'), desc="Launch xrdp: lumar"),
Key([], "s", lazy.spawn('passmenu'), desc="Launch pass"),
Key([], "r", lazy.run_extension(extension.DmenuRun(dmenu_prompt = "\uf101")), desc="Launch dmenu"),
Key([], "m", lazy.spawn(cmatrix), desc="Launch matrix"),
],
#mode=True,
name="launch",