kitty: launch ncmpcpp and byptop on launch

This commit is contained in:
Jez Cope 2021-08-04 12:21:11 +01:00
parent 0bf265489f
commit fbc2fdf179
2 changed files with 6 additions and 7 deletions

View File

@ -27,13 +27,6 @@ in {
mpd.host = "127.0.0.1";
};
xdg.configFile."kitty/sessions/default.conf".text = ''
launch ${pkgs.ncmpcpp}/bin/ncmpcpp
launch ${pkgs.bpytop}/bin/bpytop
new_tab
'';
programs.kitty.settings.font_size = lib.mkForce "14.0";
wayland.windowManager.sway = let

View File

@ -61,6 +61,12 @@ with lib;
xdg.configFile = {
"wofi".source = ./wofi;
"kitty/sessions/default.conf".text = ''
layout tall
launch ${pkgs.ncmpcpp}/bin/ncmpcpp
launch ${pkgs.bpytop}/bin/bpytop
new_tab
layout tall
cd ~
'';