Compare commits

..

No commits in common. "5d539abe2191bef4e90ca0610c938ef66ee46162" and "eea972492e0858d06ab2f5a691ed65674a06ad2d" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -31,9 +31,5 @@ in
pkgs.mpvScripts.mpv-delete-file
];
};
programs.fish.shellAbbrs = {
mpvs = "mpv --shuffle=yes";
};
};
}

View File

@ -155,16 +155,6 @@ in
_args = [ "locked" ];
};
};
"bind \"Alt l\"" = {
MoveFocusOrTab = {
_args = [ "Right" ];
};
};
"bind \"Alt h\"" = {
MoveFocusOrTab = {
_args = [ "Left" ];
};
};
};
};