mirror of
https://github.com/nmasur/dotfiles
synced 2025-06-22 09:25:52 +00:00
Compare commits
No commits in common. "5d539abe2191bef4e90ca0610c938ef66ee46162" and "eea972492e0858d06ab2f5a691ed65674a06ad2d" have entirely different histories.
5d539abe21
...
eea972492e
@ -31,9 +31,5 @@ in
|
||||
pkgs.mpvScripts.mpv-delete-file
|
||||
];
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
mpvs = "mpv --shuffle=yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -155,16 +155,6 @@ in
|
||||
_args = [ "locked" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt l\"" = {
|
||||
MoveFocusOrTab = {
|
||||
_args = [ "Right" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt h\"" = {
|
||||
MoveFocusOrTab = {
|
||||
_args = [ "Left" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user