diff --git a/.config/fish/functions/tdm.fish b/.config/fish/functions/tdm.fish new file mode 100644 index 0000000..0bd89a8 --- /dev/null +++ b/.config/fish/functions/tdm.fish @@ -0,0 +1,3 @@ +function tdm + command termdown $argv; and cmatrix -ba -u 2 -C cyan +end diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 5f6bc5d..5ab35f1 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -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",